dahu / vim-fanfingtastic

Find a char across lines
113 stars 5 forks source link

"fanfingtastic.txt" doesn't respect |write-local-help| convention #12

Closed glts closed 11 years ago

glts commented 11 years ago

My |local-additions| look like this (reenactment). Spot the odd one out.

|cottidie.txt|  Your quotidian Vim tip in 78 characters
|fanfingtastic.txt|     For Vim version 7.3 Last change: 2012-09-23
|textobj-comment.txt|   Text objects for comments
|textobj-indblock.txt|  Text objects for blocks of indentation whitespace
|textobj-indent.txt|    Text objects for indented blocks of lines
|textobj-line.txt|      Text objects for the current line
|textobj-user.txt|      Create your own text objects
|vspec.txt|     Testing framework for Vim script

For your consideration, |write-local-help|:

The first line is actually the only one for which the format matters. It will be extracted from the help file to be put in the "LOCAL ADDITIONS:" section of help.txt |local-additions|. The first "*" must be in the first column of the first line. After adding your help file do ":help" and check that the entries line up nicely.

glts commented 11 years ago

By the way: all your tags go to the 80th column, even though the modeline has tw=78 and the convention is indeed to use only 78 columns in help.

glts commented 11 years ago

Oh, I realize you probably use conceal, that's why things don't line up. That's fair. Personally I'll stick with alignment that works with the plain text (I've conceal turned off at all times). Cheers.

dahu commented 11 years ago

Fixed the about-line. Thanks for letting us know.