comparison runtime/doc/spell.txt @ 1219:aea597af5b4e

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 18:44:18 +0000
parents 96cd8222a819
children c63e66bc43ce
comparison
equal deleted inserted replaced
1218:2136af39a655 1219:aea597af5b4e
1 *spell.txt* For Vim version 7.1a. Last change: 2007 Apr 22 1 *spell.txt* For Vim version 7.1b. Last change: 2007 May 07
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
622 ask you where to write the file. 622 ask you where to write the file.
623 623
624 The plugin has a default place where to look for spell files, on the Vim ftp 624 The plugin has a default place where to look for spell files, on the Vim ftp
625 server. If you want to use another location or another protocol, set the 625 server. If you want to use another location or another protocol, set the
626 g:spellfile_URL variable to the directory that holds the spell files. The 626 g:spellfile_URL variable to the directory that holds the spell files. The
627 |netrw| plugin is used for getting the file, look there for the speficic 627 |netrw| plugin is used for getting the file, look there for the specific
628 syntax of the URL. Example: > 628 syntax of the URL. Example: >
629 let g:spellfile_URL = 'http://ftp.vim.org/vim/runtime/spell' 629 let g:spellfile_URL = 'http://ftp.vim.org/vim/runtime/spell'
630 You may need to escape special characters. 630 You may need to escape special characters.
631 631
632 The plugin will only ask about downloading a language once. If you want to 632 The plugin will only ask about downloading a language once. If you want to
652 652
653 The default "spellfile.vim" plugin uses this autocommand, if you define your 653 The default "spellfile.vim" plugin uses this autocommand, if you define your
654 autocommand afterwards you may want to use ":au! SpellFileMissing" to overrule 654 autocommand afterwards you may want to use ":au! SpellFileMissing" to overrule
655 it. If you define your autocommand before the plugin is loaded it will notice 655 it. If you define your autocommand before the plugin is loaded it will notice
656 this and not do anything. 656 this and not do anything.
657 *E797*
658 Note that the SpellFileMissing autocommand must not change or destroy the
659 buffer the user was editing.
657 660
658 ============================================================================== 661 ==============================================================================
659 4. Spell file format *spell-file-format* 662 4. Spell file format *spell-file-format*
660 663
661 This is the format of the files that are used by the person who creates and 664 This is the format of the files that are used by the person who creates and