comparison runtime/doc/syntax.txt @ 746:0e81c2291705

updated for version 7.0222
author vimboss
date Sun, 12 Mar 2006 22:11:10 +0000
parents e180933b876a
children d8f905020502
comparison
equal deleted inserted replaced
745:d41f5f59266e 746:0e81c2291705
1 *syntax.txt* For Vim version 7.0aa. Last change: 2006 Mar 09 1 *syntax.txt* For Vim version 7.0aa. Last change: 2006 Mar 12
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3947 command. 3947 command.
3948 *hl-Cursor* 3948 *hl-Cursor*
3949 Cursor the character under the cursor 3949 Cursor the character under the cursor
3950 *hl-CursorIM* 3950 *hl-CursorIM*
3951 CursorIM like Cursor, but used when in IME mode |CursorIM| 3951 CursorIM like Cursor, but used when in IME mode |CursorIM|
3952 *hl-CursorColumn*
3953 CursorColumn the screen column that the cursor is in when 'cursorcolumn' is
3954 set
3955 *hl-CursorLine*
3956 CursorLine the screen line that the cursor is in when 'cursorline' is
3957 set
3952 *hl-Directory* 3958 *hl-Directory*
3953 Directory directory names (and other special names in listings) 3959 Directory directory names (and other special names in listings)
3954 *hl-DiffAdd* 3960 *hl-DiffAdd*
3955 DiffAdd diff mode: Added line |diff.txt| 3961 DiffAdd diff mode: Added line |diff.txt|
3956 *hl-DiffChange* 3962 *hl-DiffChange*