mirror of
https://github.com/vim/vim
synced 2025-04-01 15:36:44 +02:00
updated for version 7.0222
This commit is contained in:
parent
1c8f93ff02
commit
5316eee835
1 changed files with 7 additions and 1 deletions
|
@ -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*
|
||||
|
|
Loading…
Add table
Reference in a new issue