summaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2010-05-16 15:46:46 +0200
committerBram Moolenaar <bram@vim.org>2010-05-16 15:46:46 +0200
commit6fb531d4b9425e39292b021abd90b5e3f7aa9f49 (patch)
treee5ebd95990fea8a7341a37829757000c90dfc2ed /runtime/doc/syntax.txt
parent789818ff97f929c0c1c2359701efeac3be2bf334 (diff)
downloadvim-6fb531d4b9425e39292b021abd90b5e3f7aa9f49.tar.gz
Add 'relativenumber' patch from Markus Heidelberg.
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 08817c8f..5cf202df 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -4203,7 +4203,7 @@ IncSearch 'incsearch' highlighting; also used for the text replaced with
":s///c"
*hl-LineNr*
LineNr Line number for ":number" and ":#" commands, and when 'number'
- option is set.
+ or 'relativenumber' option is set.
*hl-MatchParen*
MatchParen The character under the cursor or just before it, if it
is a paired bracket, and its match. |pi_paren.txt|