Vim Tips Wiki
Advertisement

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[]

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.


Unable to contact the author (email address isn't valid anymore), so uploaded slightly updated version here. --November 2, 2014

Advertisement