comparison runtime/doc/spell.txt @ 5024:7a2ffd685c0e

Update runtime files. Remove duplicate tags in help.
author Bram Moolenaar <bram@vim.org>
date Fri, 28 Jun 2013 18:44:48 +0200
parents fd09a9c8468e
children 6ec6b7ff2d43
comparison
equal deleted inserted replaced
5023:5122666ed3eb 5024:7a2ffd685c0e
1 *spell.txt* For Vim version 7.3. Last change: 2011 May 25 1 *spell.txt* For Vim version 7.3. Last change: 2013 Jun 26
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
926 926
927 *E763* 927 *E763*
928 Vim allows you to use spell checking for several languages in the same file. 928 Vim allows you to use spell checking for several languages in the same file.
929 You can list them in the 'spelllang' option. As a consequence all spell files 929 You can list them in the 'spelllang' option. As a consequence all spell files
930 for the same encoding must use the same word characters, otherwise they can't 930 for the same encoding must use the same word characters, otherwise they can't
931 be combined without errors. If you get a warning that the word tables differ 931 be combined without errors.
932 you may need to generate the .spl file again with |:mkspell|. Check the FOL, 932
933 LOW and UPP lines in the used .aff file. 933 If you get an E763 warning that the word tables differ you need to update your
934 ".spl" spell files. If you downloaded the files, get the latest version of
935 all spell files you use. Otherwise generate the .spl file again with
936 |:mkspell|. If you still get errors check the FOL, LOW and UPP lines in the
937 used .aff files.
934 938
935 The XX.ascii.spl spell file generated with the "-ascii" argument will not 939 The XX.ascii.spl spell file generated with the "-ascii" argument will not
936 contain the table with characters, so that it can be combine with spell files 940 contain the table with characters, so that it can be combine with spell files
937 for any encoding. The .add.spl files also do not contain the table. 941 for any encoding. The .add.spl files also do not contain the table.
938 942