comparison runtime/doc/syntax.txt @ 391:289b19a6f2ed v7.0103

updated for version 7.0103
author vimboss
date Tue, 05 Jul 2005 21:48:14 +0000
parents 006e9c8a6a8a
children f713fc55bf7b
comparison
equal deleted inserted replaced
390:bded5839a32e 391:289b19a6f2ed
1 *syntax.txt* For Vim version 7.0aa. Last change: 2005 Jun 03 1 *syntax.txt* For Vim version 7.0aa. Last change: 2005 Jul 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3905 Generally: text that is displayed differently from what it 3905 Generally: text that is displayed differently from what it
3906 really is. 3906 really is.
3907 *hl-SpellBad* 3907 *hl-SpellBad*
3908 SpellBad Word that is not recognized by the spellchecker. |spell| 3908 SpellBad Word that is not recognized by the spellchecker. |spell|
3909 This will be combined with the highlighting used otherwise. 3909 This will be combined with the highlighting used otherwise.
3910 *hl-SpellCap*
3911 SpellCap Word that should start with a capital. |spell|
3912 This will be combined with the highlighting used otherwise.
3910 *hl-SpellLocal* 3913 *hl-SpellLocal*
3911 SpellLocal Word that is recognized by the spellchecker as one that is 3914 SpellLocal Word that is recognized by the spellchecker as one that is
3912 used in another region. |spell| 3915 used in another region. |spell|
3913 This will be combined with the highlighting used otherwise. 3916 This will be combined with the highlighting used otherwise.
3914 *hl-SpellRare* 3917 *hl-SpellRare*