diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-02-09 22:00:53 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-02-09 22:00:53 +0100 |
commit | 7254067ee970686cc3ff4a1effc3e49e9192a5c1 (patch) | |
tree | 09d484d661772818ee7ad4f3cbe1558d8c900dd5 /runtime/doc/pattern.txt | |
parent | 5459129af2a832a027a1e7ca2d6177c26647d64f (diff) | |
download | vim-7254067ee970686cc3ff4a1effc3e49e9192a5c1.zip |
Update runtime files.
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 89b24c647..a4d0d2e50 100644 --- a/runtime/doc/pattern.txt +++ b/runtime/doc/pattern.txt @@ -1,4 +1,4 @@ -*pattern.txt* For Vim version 8.0. Last change: 2017 Jun 05 +*pattern.txt* For Vim version 8.0. Last change: 2018 Feb 04 VIM REFERENCE MANUAL by Bram Moolenaar @@ -905,7 +905,7 @@ $ At end of pattern or in front of "\|", "\)" or "\n" ('magic' on): becomes invalid. Vim doesn't automatically update the matches. Similar to moving the cursor for "\%#" |/\%#|. - */\%l* */\%>l* */\%<l* + */\%l* */\%>l* */\%<l* *E951* \%23l Matches in a specific line. \%<23l Matches above a specific line (lower line number). \%>23l Matches below a specific line (higher line number). |