summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-12 14:03:30 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-12 14:03:30 +0000
commit666771a83cec47403806080f1d7d689539929f00 (patch)
tree3449247ad05260f045b54854458a65b3ce55616f
parent8c406603ae8adffc3dd7c121b832b34d3627ebcb (diff)
downloadvim-git-666771a83cec47403806080f1d7d689539929f00.tar.gz
updated for version 7.1
-rw-r--r--runtime/doc/fold.txt4
-rw-r--r--runtime/doc/if_cscop.txt2
-rw-r--r--runtime/doc/os_390.txt2
-rw-r--r--runtime/doc/undo.txt2
-rw-r--r--runtime/doc/usr_26.txt2
5 files changed, 6 insertions, 6 deletions
diff --git a/runtime/doc/fold.txt b/runtime/doc/fold.txt
index bfad4ca4c..fd71db9d3 100644
--- a/runtime/doc/fold.txt
+++ b/runtime/doc/fold.txt
@@ -1,4 +1,4 @@
-*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)
diff --git a/runtime/doc/if_cscop.txt b/runtime/doc/if_cscop.txt
index 87f2c25c1..c02d97e31 100644
--- a/runtime/doc/if_cscop.txt
+++ b/runtime/doc/if_cscop.txt
@@ -1,4 +1,4 @@
-*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
diff --git a/runtime/doc/os_390.txt b/runtime/doc/os_390.txt
index 8035fc426..1e0251beb 100644
--- a/runtime/doc/os_390.txt
+++ b/runtime/doc/os_390.txt
@@ -1,4 +1,4 @@
-*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
diff --git a/runtime/doc/undo.txt b/runtime/doc/undo.txt
index 413143a38..f996d0bd9 100644
--- a/runtime/doc/undo.txt
+++ b/runtime/doc/undo.txt
@@ -1,4 +1,4 @@
-*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
diff --git a/runtime/doc/usr_26.txt b/runtime/doc/usr_26.txt
index 94afd8084..baeeb3718 100644
--- a/runtime/doc/usr_26.txt
+++ b/runtime/doc/usr_26.txt
@@ -1,4 +1,4 @@
-*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