diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-16 22:11:02 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-16 22:11:02 +0000 |
commit | f740b29ae2a346e44c34001b3bf8ecfa0c7857bd (patch) | |
tree | 5b62807af1359d3df97367448927cdbb53969448 /runtime/doc/tips.txt | |
parent | 4c7ed462cb7813730b4f15f9cb09f1b26d097fca (diff) | |
download | vim-f740b29ae2a346e44c34001b3bf8ecfa0c7857bd.zip |
updated for version 7.0199
Diffstat (limited to 'runtime/doc/tips.txt')
-rw-r--r-- | runtime/doc/tips.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/tips.txt b/runtime/doc/tips.txt index 5e40cdaf4..2fc1bee0c 100644 --- a/runtime/doc/tips.txt +++ b/runtime/doc/tips.txt @@ -1,4 +1,4 @@ -*tips.txt* For Vim version 7.0aa. Last change: 2006 Feb 13 +*tips.txt* For Vim version 7.0aa. Last change: 2006 Feb 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -494,7 +494,7 @@ Note that it doesn't recognize strings or comments in the text. endif endfunction - autocmd CursorMoved * call s:Highlight_Matching_Paren() + autocmd CursorMoved,CursorMovedI * call s:Highlight_Matching_Paren() autocmd InsertEnter * match none < |