On 02/22/2018 12:30 PM, Ankit R Gadiya wrote:
On 02/22/2018 10:42 PM, Eli Schwartz via aur-general wrote:
On 02/22/2018 12:09 PM, Ankit R Gadiya wrote:
pkgdesc="An extensible & universal comment vim-plugin that also handles embedded filetypes"
Is this a wrapping issue or is this really 2 lines? No, but is there a problem with multiline description?
Curious what you think the utility of sprinkling \n in the built package description is...
So that lines are shorter then 80 characters.
The pkgdesc should not be more than 80 characters. But if it is anyway, using a \n char in the field will not fix anything! Shortening it, will fix things. Not that it really matters, it is 82 chars... If you simply think that bash collapses newlines, you're wrong. ``` pkgdesc="An extensible & universal comment vim-plugin that also handles embedded filetypes" echo "$pkgdesc" ``` -- Eli Schwartz Bug Wrangler and Trusted User