diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-27 14:41:15 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-27 14:41:15 +0000 |
commit | 677ee6890d12218461196f5df92b4dc3d0e52129 (patch) | |
tree | c59a8f9d1b14e8c3abc4929c2b5f7a2b71698bdb /runtime/doc/pattern.txt | |
parent | 10de2da0f567ae615913fe6bc9831590436af4e5 (diff) | |
download | vim-git-677ee6890d12218461196f5df92b4dc3d0e52129.tar.gz |
updated for version 7.0045
Diffstat (limited to 'runtime/doc/pattern.txt')
-rw-r--r-- | runtime/doc/pattern.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt index 21c9f57c0..2ff676ac2 100644 --- a/runtime/doc/pattern.txt +++ b/runtime/doc/pattern.txt @@ -1,4 +1,4 @@ -*pattern.txt* For Vim version 7.0aa. Last change: 2005 Jan 24 +*pattern.txt* For Vim version 7.0aa. Last change: 2005 Jan 26 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1027,7 +1027,7 @@ x A single character, with no special meaning, matches itself < Matches the words "r", "re", "ro", "rea", "roa", "read" and "road". {not available when compiled without the +syntax feature} - */\%d* */\%x* */\%o* */\%u* */\%U/* *E678* + */\%d* */\%x* */\%o* */\%u* */\%U* *E678* \%d123 Matches the character specified with a decimal number. Must be followed by a non-digit. |