Skip to content
Snippets Groups Projects
Commit 666771a8 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.1

parent 8c406603
No related merge requests found
*fold.txt* For Vim version 7.1b. Last change: 2006 Mar 29
*fold.txt* For Vim version 7.1. Last change: 2007 May 11
VIM REFERENCE MANUAL by Bram Moolenaar
......@@ -73,7 +73,7 @@ EXPR *fold-expr*
The folds are automatically defined by their foldlevel, like with the "indent"
method. The value of the 'foldexpr' option is evaluated to get the foldlevel
of a line. Examples:
This will create a fold for all consecutive lines that start with a Tab: >
This will create a fold for all consecutive lines that start with a tab: >
:set foldexpr=getline(v:lnum)[0]==\"\\t\"
This will call a function to compute the fold level: >
:set foldexpr=MyFoldLevel(v:lnum)
......
*if_cscop.txt* For Vim version 7.1b. Last change: 2005 Mar 29
*if_cscop.txt* For Vim version 7.1. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Andy Kahn
......
*os_390.txt* For Vim version 7.1b. Last change: 2005 Mar 29
*os_390.txt* For Vim version 7.1. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Ralf Schandl
......
*undo.txt* For Vim version 7.1b. Last change: 2006 Apr 30
*undo.txt* For Vim version 7.1. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar
......
*usr_26.txt* For Vim version 7.1b. Last change: 2006 Apr 24
*usr_26.txt* For Vim version 7.1. Last change: 2006 Apr 24
VIM USER MANUAL - by Bram Moolenaar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment