From 5316eee835cae6043a0d11a012c52ec0029054c3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 12 Mar 2006 22:11:10 +0000 Subject: [PATCH] updated for version 7.0222 --- runtime/doc/syntax.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index a07aa13070..a606489ce9 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -1,4 +1,4 @@ -*syntax.txt* For Vim version 7.0aa. Last change: 2006 Mar 09 +*syntax.txt* For Vim version 7.0aa. Last change: 2006 Mar 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -3949,6 +3949,12 @@ command. Cursor the character under the cursor *hl-CursorIM* CursorIM like Cursor, but used when in IME mode |CursorIM| + *hl-CursorColumn* +CursorColumn the screen column that the cursor is in when 'cursorcolumn' is + set + *hl-CursorLine* +CursorLine the screen line that the cursor is in when 'cursorline' is + set *hl-Directory* Directory directory names (and other special names in listings) *hl-DiffAdd*