Fold away empty lines
Talk0
1,599pages on
this wiki
this wiki
Revision as of 05:21, August 2, 2008 by JohnBeckett (Talk | contribs)
Tip 399 Printable Monobook Previous Next
created January 13, 2003 · complexity basic · author Thomas · version 6.0
You can fold sequences of two or more empty lines (may contain whitespace) with these settings:
:syn match MyEmptyLines "\(^\s*\n\)\+" fold :syn sync fromstart :setlocal foldmethod=syntax
After entering the above, type zM to close all folds, or zR to open them.
If you have set 'foldcolumn' to more than 0 you can open/close the empty-line blocks by clicking the '+' or '-' with the mouse in the folder column.
See also
- Remove unwanted empty lines to delete blank lines