diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-25 21:59:56 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-25 21:59:56 +0000 |
commit | fa1d140a2c8865c044d7a83a4f66bb755a6e104a (patch) | |
tree | d8993572b2996a987ffbddbb9f486378c9c64ba2 /runtime/doc/pattern.txt | |
parent | 2217cae0c0eb20c33f4b02c105278a5127b7c7eb (diff) | |
download | vim-git-fa1d140a2c8865c044d7a83a4f66bb755a6e104a.tar.gz |
updated for version 7.0b01
Diffstat (limited to 'runtime/doc/pattern.txt')
-rw-r--r-- | runtime/doc/pattern.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt index b4f9cb08b..d61e5542c 100644 --- a/runtime/doc/pattern.txt +++ b/runtime/doc/pattern.txt @@ -1,4 +1,4 @@ -*pattern.txt* For Vim version 7.0b. Last change: 2006 Mar 06 +*pattern.txt* For Vim version 7.0b. Last change: 2006 Mar 25 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1217,9 +1217,6 @@ Finally, these constructs are unique to Perl: with ":match" only exists in the current window. It is kept when switching to another buffer. - The |matchparen| plugin uses match highlighting, thus will - disable your ":match" command as soon as you move to a paren. - 'ignorecase' does not apply, use |/\c| in the pattern to ignore case. Otherwise case is not ignored. |