diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-01 21:56:25 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-01 21:56:25 +0000 |
commit | 1ef15e30a0479b4c4f7da7142b6f6a441e295f1e (patch) | |
tree | 12b2dac135759a6a69706acef869b9db6a390c5e /runtime/doc/pattern.txt | |
parent | afeb4fa8a7ffc357cea70668b9ad3c66edfc8ce0 (diff) | |
download | vim-git-1ef15e30a0479b4c4f7da7142b6f6a441e295f1e.tar.gz |
updated for version 7.0191v7.0191
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 ca6431e19..27804b02f 100644 --- a/runtime/doc/pattern.txt +++ b/runtime/doc/pattern.txt @@ -1,4 +1,4 @@ -*pattern.txt* For Vim version 7.0aa. Last change: 2006 Jan 22 +*pattern.txt* For Vim version 7.0aa. Last change: 2006 Feb 01 VIM REFERENCE MANUAL by Bram Moolenaar @@ -821,7 +821,7 @@ $ At end of pattern or in front of "\|" or "\)" ("|" or ")" after "\v"): {not in Vi} WARNING: When the mark is moved after the pattern was used, the result becomes invalid. Vim doesn't automatically update the matches. - Similar to moving the cursor for |\%#|. + Similar to moving the cursor for "\%#" |/\%#|. */\%l* */\%>l* */\%<l* \%23l Matches in a specific line. |