Vim Tips Wiki
(minor tweaks)
No edit summary
 
Line 1: Line 1:
  +
{{Delete|The latest version of Vim includes syntax folding. Even if you don't use it, there are other tips on foldmarkers. Don't need a tip specific to LaTeX.}}
{{review}}
 
{{Deprecated|tex.vim now includes syntax folding definitions. See ':help tex-folding'.}}
 
 
{{TipImported
 
{{TipImported
 
|id=323
 
|id=323

Latest revision as of 04:03, 28 November 2011


Tip 323 Printable Monobook Previous Next

created 2002 · complexity basic · author Raoul Jean Pierre Bonnal · version 6.0


set foldmarker=\\begin,\\end
set foldmethod=marker

This is useful with a big latex document.

Comments[]