]> granicus.if.org Git - vim/commitdiff
updated for version 7.0071
authorBram Moolenaar <Bram@vim.org>
Sun, 24 Apr 2005 22:06:24 +0000 (22:06 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 24 Apr 2005 22:06:24 +0000 (22:06 +0000)
runtime/doc/spell.txt

index 906e5cc983ca2a56d95391949d86a59960066fe1..6721820ba61a502a542a1f7d24ff745c397458d3 100644 (file)
@@ -1,4 +1,4 @@
-*spell.txt*    For Vim version 7.0aa.  Last change: 2005 Apr 23
+*spell.txt*    For Vim version 7.0aa.  Last change: 2005 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -306,7 +306,9 @@ When the encoding is UTF-8 no word characters need to be specified.
 
                                                        *E763*
 All spell files for the same encoding must use the same word characters,
-otherwise they can't be combined without errors.
+otherwise they can't be combined without errors.  The XX.ascii.spl spell file
+generated with the "-ascii" argument will not contain the table with
+characters, so that it can be combine with spell files for any encoding.
 
 
  vim:tw=78:sw=4:ts=8:ft=help:norl: