diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-11-26 23:46:11 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-11-26 23:46:11 +0000 |
commit | 16d8f87b4549f0d993f2e317e68f014d8ddadd07 (patch) | |
tree | 61781d48c8f962ece0a10070425c1d052fc302ae /runtime/doc/spell.txt | |
parent | 5fe38612c99984604bbd95345dc756650c0748c8 (diff) | |
download | vim-git-16d8f87b4549f0d993f2e317e68f014d8ddadd07.tar.gz |
updated for version 7.0160
Diffstat (limited to 'runtime/doc/spell.txt')
-rw-r--r-- | runtime/doc/spell.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/runtime/doc/spell.txt b/runtime/doc/spell.txt index 023476a91..735abe773 100644 --- a/runtime/doc/spell.txt +++ b/runtime/doc/spell.txt @@ -1,4 +1,4 @@ -*spell.txt* For Vim version 7.0aa. Last change: 2005 Sep 25 +*spell.txt* For Vim version 7.0aa. Last change: 2005 Nov 26 VIM REFERENCE MANUAL by Bram Moolenaar @@ -35,7 +35,7 @@ Vim only checks words for spelling, there is no grammar check. If the 'mousemodel' option is set to "popup" and the cursor is on a badly spelled word or it is "popup_setpos" and the mouse pointer is on a badly -spelled word, then the popup menu will contain an submenu to replace the bad +spelled word, then the popup menu will contain a submenu to replace the bad word. Note: this slows down the appearance of the popup menu. To search for the next misspelled word: @@ -206,7 +206,7 @@ Always use lowercase letters for the language and region names. When adding a word with |zg| or another command it's always added for all regions. You can change that by manually editing the 'spellfile'. See |spell-wordlist-format|. Note that the regions as specified in the files in -'spellfile' are only used when all entries in "spelllang" specify the same +'spellfile' are only used when all entries in 'spelllang' specify the same region (not counting files specified by their .spl name). *spell-german* @@ -421,7 +421,7 @@ then Vim will try to guess. *:mksp* *:mkspell* :mksp[ell][!] [-ascii] {outname} {inname} ... - Generate a Vim spell file word lists. Example: > + Generate a Vim spell file from word lists. Example: > :mkspell /tmp/nl nl_NL.words < *E751* When {outname} ends in ".spl" it is used as the output @@ -550,10 +550,10 @@ maintains a word list. Note that we avoid the word "dictionary" here. That is because the goal of spell checking differs from writing a dictionary (as in the book). For -spelling we need a list of words that are OK, thus should not to be -highlighted. Person and company names will not appear in a dictionary, but do -appear in a word list. And some old words are rarely used while they are -common misspellings. These do appear in a dictionary but not in a word list. +spelling we need a list of words that are OK, thus should not be highlighted. +Person and company names will not appear in a dictionary, but do appear in a +word list. And some old words are rarely used while they are common +misspellings. These do appear in a dictionary but not in a word list. There are two formats: A straight list of words and a list using affix compression. The files with affix compression are used by Myspell (Mozilla |