comparison runtime/doc/spell.txt @ 501:ce2181d14aa0 v7.0139

updated for version 7.0139
author vimboss
date Tue, 30 Aug 2005 21:55:26 +0000
parents 4772a5e3f9fa
children 35cde31bdcbd
comparison
equal deleted inserted replaced
500:4772a5e3f9fa 501:ce2181d14aa0
1 *spell.txt* For Vim version 7.0aa. Last change: 2005 Aug 29 1 *spell.txt* For Vim version 7.0aa. Last change: 2005 Aug 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
62 62
63 To add words to your own word list: *E764* 63 To add words to your own word list: *E764*
64 64
65 *zg* 65 *zg*
66 zg Add word under the cursor as a good word to the first 66 zg Add word under the cursor as a good word to the first
67 name in 'spellfile'. In Visual mode the selected 67 name in 'spellfile'. A count may precede the command
68 characters are added as a word (including white 68 to indicate the entry in 'spellfile' to be used. A
69 space!). If the word is explicitly marked as bad word 69 count of two uses the second entry.
70 in another spell file the result is unpredictable. 70
71 A count may precede the command to indicate the entry 71 In Visual mode the selected characters are added as a
72 in 'spellfile' to be used. A count of two uses the 72 word (including white space!).
73 second entry. 73 When the cursor is on text that is marked as badly
74 spelled then the marked text is used.
75 Otherwise the word under the cursor, separated by
76 non-word characters, is used.
77
78 If the word is explicitly marked as bad word in
79 another spell file the result is unpredictable.
74 80
75 *zG* 81 *zG*
76 zG Like "zg" but add the word to the internal word list 82 zG Like "zg" but add the word to the internal word list
77 |internal-wordlist|. 83 |internal-wordlist|.
78 84