Script:2919
Talk0
1,599pages on
this wiki
this wiki
Use this page to discuss script 2919 preamble: automatically fold long licensing and copyright preambles
- Add constructive comments, bug reports, or discuss improvements (see the guideline).
- Do not document the script here (the author should do that on vim.org).
- This page may be out of date: check the script's vim.org page above, and its release notes.
Comments
Edit
Maybe I'm doing something wrong, but I had to put something more like
call Preamble#Enable("*.c,*.cpp,*.h")
in my .vimrc to make this script work.
Also version 0.1 has a bug in line 174 - the double quotes in "\S" should be single quotes '\S'. This bug causes files without comment headers to incorrectly get folded up to the first comment.