diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-12 15:07:00 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-12 15:07:00 +0000 |
commit | dd2a0d8ad1242c3308c689efc0bd115e77c17677 (patch) | |
tree | 18ee5887b7f46d0cab2dd868f6be2e6a6d7c1918 | |
parent | 784287abf4da37502922e24905710587525c5f6e (diff) | |
download | vim-git-dd2a0d8ad1242c3308c689efc0bd115e77c17677.tar.gz |
updated for version 7.1
-rw-r--r-- | README_src.txt | 2 | ||||
-rw-r--r-- | runtime/doc/syntax.txt | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/README_src.txt b/README_src.txt index 83cdf4721..4d53f6ff4 100644 --- a/README_src.txt +++ b/README_src.txt @@ -1,4 +1,4 @@ -README_src.txt for version 7.1b of Vim: Vi IMproved. +README_src.txt for version 7.1 of Vim: Vi IMproved. The source archive contains the files needed to compile Vim on Unix systems. It is packed for Unix systems (NL line separator). It is also used for other diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index e15793086..acde5428b 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -1,4 +1,4 @@ -*syntax.txt* For Vim version 7.1b. Last change: 2007 May 07 +*syntax.txt* For Vim version 7.1. Last change: 2007 May 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -996,7 +996,7 @@ FORM *form.vim* *ft-form-syntax* The coloring scheme for syntax elements in the FORM file uses the default modes Conditional, Number, Statement, Comment, PreProc, Type, and String, -following the language specifications in 'Symbolic Manipulation with FORM'' by +following the language specifications in 'Symbolic Manipulation with FORM' by J.A.M. Vermaseren, CAN, Netherlands, 1991. If you want include your own changes to the default colors, you have to @@ -3281,7 +3281,7 @@ skipempty *:syn-skipempty* These arguments are only used in combination with "nextgroup". They can be used to allow the next group to match after skipping some text: - skipwhite skip over space and Tab characters + skipwhite skip over space and tab characters skipnl skip over the end of a line skipempty skip over empty lines (implies a "skipnl") |