summaryrefslogtreecommitdiffstats
path: root/runtime/doc/tips.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-16 22:11:02 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-16 22:11:02 +0000
commitf740b29ae2a346e44c34001b3bf8ecfa0c7857bd (patch)
tree5b62807af1359d3df97367448927cdbb53969448 /runtime/doc/tips.txt
parent4c7ed462cb7813730b4f15f9cb09f1b26d097fca (diff)
updated for version 7.0199v7.0199
Diffstat (limited to 'runtime/doc/tips.txt')
-rw-r--r--runtime/doc/tips.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/tips.txt b/runtime/doc/tips.txt
index 5e40cdaf4a..2fc1bee0c7 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
<