updated for version 7.0199
diff --git a/runtime/doc/tips.txt b/runtime/doc/tips.txt
index 5e40cda..2fc1bee 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 @@
endif
endfunction
- autocmd CursorMoved * call s:Highlight_Matching_Paren()
+ autocmd CursorMoved,CursorMovedI * call s:Highlight_Matching_Paren()
autocmd InsertEnter * match none
<