diff options
Diffstat (limited to 'runtime/doc/version5.txt')
-rw-r--r-- | runtime/doc/version5.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/version5.txt b/runtime/doc/version5.txt index 16d2657b9..028b574b8 100644 --- a/runtime/doc/version5.txt +++ b/runtime/doc/version5.txt @@ -1,4 +1,4 @@ -*version5.txt* For Vim version 7.2. Last change: 2008 Jun 28 +*version5.txt* For Vim version 7.2. Last change: 2008 Dec 17 VIM REFERENCE MANUAL by Bram Moolenaar @@ -460,10 +460,10 @@ See |--|. Regular expression patterns *added-regexp* --------------------------- -Added specifying a range for the number of matches of a atom: "\{a,b}". |/\{| +Added specifying a range for the number of matches of an atom: "\{a,b}". |/\{| Added the "shortest match" regexp "\{-}" (Webb). -Added "\s", matches a white character. Can replace "[ \t]". |/\s| -Added "\S", matches a non-white character. Can replace "[^ \t]". |/\S| +Added "\s", matches a white character. Can replace "[ \t]". |/\s| +Added "\S", matches a non-white character. Can replace "[^ \t]". |/\S| Overloaded tags *tag-overloaded* |