summaryrefslogtreecommitdiffstats
path: root/runtime/doc/pi_paren.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-01 22:09:21 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-01 22:09:21 +0000
commitfd2ac767ebb66adcb7ca85955f5fd40704475595 (patch)
tree16e61ca0dbcc0ffeb10a3fb5072842144ca9f89d /runtime/doc/pi_paren.txt
parente1438bb8d0b7a48f712458e68755ab8b66d92ace (diff)
updated for version 7.0211
Diffstat (limited to 'runtime/doc/pi_paren.txt')
-rw-r--r--runtime/doc/pi_paren.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/pi_paren.txt b/runtime/doc/pi_paren.txt
index d1733c6c7d..b8cf4dcf7f 100644
--- a/runtime/doc/pi_paren.txt
+++ b/runtime/doc/pi_paren.txt
@@ -1,4 +1,4 @@
-*pi_paren.txt* For Vim version 7.0aa. Last change: 2006 Feb 27
+*pi_paren.txt* For Vim version 7.0aa. Last change: 2006 Mar 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -23,10 +23,10 @@ And to enable it again: >
:DoMatchParen
-The highlighting used is ParenMatch. You can specify different colors with
+The highlighting used is MatchParen. You can specify different colors with
the ":highlight" command. Example: >
- :hi ParenMatch ctermbg=blue guibg=lightblue
+ :hi MatchParen ctermbg=blue guibg=lightblue
The characters to be matched come from the 'matchpairs' option. You can
change the value to highlight different matches. Note that not everything is