6 Commits

Author SHA1 Message Date
Gerd Wachsmuth db1cc0ae9f Some improvements in SyntaxFolds
- Remove (undocumented and unused) optional argument of MakeSyntaxFolds
- Use script-local functions
- Use getpos()/setpos() for cursor positioning
- Use normal! instead of normal
- Use add()/remove() on arrays
- Remove a bug if startskip matches on first line of buffer
2017-02-12 20:50:01 +01:00
Gerd Wachsmuth 4586e2210f Add gates to suppress latex-suite if needed.
This is usefull if latex-suite is installed system-wide but you do not
want to use it.
2016-10-05 10:52:14 +02:00
Gerd Wachsmuth 275a85bf21 Improved the folding feature
- Improved(?) the foldtext
- Itemize environments can nest
- Replaced a stack implementation by vim lists
- Add some debugging code to SyntaxFolds.vim
- Removed some bugs
- Speedup of folding
2016-05-14 20:33:04 +02:00
Srinath Avadhanula 059382b7db New: Used one of the advantages of using svn. Liberally used the 'prop*'
commands to do the following:
     1. change the EOL style of all vim files to be just LF.
     2. changed the mime-type of all files to text/plain
     3. removed the executable flag on all files.
     This should hopefully make the repo look better on all platforms etc.
2006-03-20 09:45:45 +00:00
Srinath Avadhanula f3f8a34a64 . adding explanations of how to add a syntax fold item. 2002-11-02 02:56:55 +00:00
Srinath Avadhanula cdfaab2d9e Initial revision 2002-04-30 00:03:04 +00:00