Vim Tips Wiki
(deprecated: syntax folding now comes standard for LaTeX files)
No edit summary
 
(3 intermediate revisions by one other user not shown)
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
 
|previous=322
 
|previous=322
|next=324
+
|next=325
|created=September 6, 2002
+
|created=2002
 
|complexity=basic
 
|complexity=basic
 
|author=Raoul Jean Pierre Bonnal
 
|author=Raoul Jean Pierre Bonnal
|version=5.7
+
|version=6.0
 
|rating=16/12
 
|rating=16/12
  +
|category1=LaTeX
  +
|category2=
 
}}
 
}}
 
<pre>
 
<pre>
Line 19: Line 20:
   
 
==Comments==
 
==Comments==
 
----
 
[[category:LaTeX]]
 

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