Closed Soares closed 10 years ago
If the first line of a file contains a vimdoc leader, the first quote character leaks into the vimdoc.
For example, vimdoc parses:
1 "" 2 " @section Introduction, intro 3 " Stuff stuff stuff
and renders it in the help file as:
INTRODUCTION " Stuff stuff stuff
If you strip off one quote character, vimdoc renders it as it should have been with two quotes.
If the first line of a file contains a vimdoc leader, the first quote character leaks into the vimdoc.
For example, vimdoc parses:
and renders it in the help file as:
If you strip off one quote character, vimdoc renders it as it should have been with two quotes.