commit | 64486671c3fcc75698c57732c50865ad0573b3fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 16 15:46:46 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 16 15:46:46 2010 +0200 |
tree | 2e638c57e838549b6c314984b2405c25b2e4c175 | |
parent | 13c4c5da673c488d2d340c72f401f0631b9f669d [diff] [blame] |
Add 'relativenumber' patch from Markus Heidelberg.
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 08817c8..5cf202d 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt
@@ -4203,7 +4203,7 @@ ":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|