summaryrefslogtreecommitdiff
path: root/runtime/doc/pi_paren.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-08-18 16:21:50 +0000
committerBram Moolenaar <Bram@vim.org>2007-08-18 16:21:50 +0000
commitfa2e04447108432171aa28261315a5b03049be76 (patch)
tree3bcfbd5badc8d3760275dd2215835dd03f24705e /runtime/doc/pi_paren.txt
parent6529c101c3fe162a581d80e3ae9bd339e43a6606 (diff)
downloadvim-git-fa2e04447108432171aa28261315a5b03049be76.tar.gz
updated for version 7.1-082v7.1.082
Diffstat (limited to 'runtime/doc/pi_paren.txt')
-rw-r--r--runtime/doc/pi_paren.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/pi_paren.txt b/runtime/doc/pi_paren.txt
index c83c8703d..53239f742 100644
--- a/runtime/doc/pi_paren.txt
+++ b/runtime/doc/pi_paren.txt
@@ -12,8 +12,8 @@ This plugin is only available if 'compatible' is not set.
You can avoid loading this plugin by setting the "loaded_matchparen" variable: >
:let loaded_matchparen = 1
-The plugin installs CursorMoved autocommands to redefine the match
-highlighting.
+The plugin installs CursorMoved, CursorMovedI and WinEnter autocommands to
+redefine the match highlighting.
To disable the plugin after it was loaded use this command: >