Mercurial > vim
comparison runtime/doc/options.txt @ 653:5acda076fb0c
updated for version 7.0192
author | vimboss |
---|---|
date | Sat, 04 Feb 2006 00:57:42 +0000 |
parents | 662e40bd2be1 |
children | b112ec5c73f0 |
comparison
equal
deleted
inserted
replaced
652:14fc0209d8c8 | 653:5acda076fb0c |
---|---|
1 *options.txt* For Vim version 7.0aa. Last change: 2006 Jan 31 | 1 *options.txt* For Vim version 7.0aa. Last change: 2006 Feb 02 |
2 | 2 |
3 | 3 |
4 VIM REFERENCE MANUAL by Bram Moolenaar | 4 VIM REFERENCE MANUAL by Bram Moolenaar |
5 | 5 |
6 | 6 |
5833 When 'encoding' is set the word lists are reloaded. Thus it's a good | 5833 When 'encoding' is set the word lists are reloaded. Thus it's a good |
5834 idea to set 'spelllang' after setting 'encoding' to avoid loading the | 5834 idea to set 'spelllang' after setting 'encoding' to avoid loading the |
5835 files twice. | 5835 files twice. |
5836 How the related spell files are found is explained here: |spell-load|. | 5836 How the related spell files are found is explained here: |spell-load|. |
5837 | 5837 |
5838 If the |spellfile.vim| plugin is active and you use a language name | |
5839 for which Vim cannot find the .spl file in 'runtimepath' the plugin | |
5840 will ask you if you want to download the file. | |
5841 | |
5838 After this option has been set successfully, Vim will source the files | 5842 After this option has been set successfully, Vim will source the files |
5839 "spell/LANG.vim" in 'runtimepath'. "LANG" is the value of 'spelllang' | 5843 "spell/LANG.vim" in 'runtimepath'. "LANG" is the value of 'spelllang' |
5840 up to the first comma, dot or underscore. | 5844 up to the first comma, dot or underscore. |
5841 Also see |set-spc-auto|. | 5845 Also see |set-spc-auto|. |
5842 | 5846 |