diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-08-12 19:59:19 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-08-12 19:59:19 +0000 |
commit | 90cfdbe040320952e6b542d0633987f082b0f158 (patch) | |
tree | 2063faaaf71645ca7c2cb575ca612e3b664fa988 /runtime/doc/options.txt | |
parent | e5b8e3d3c6139c53c8aea63471e7d0285ab748e0 (diff) | |
download | vim-git-90cfdbe040320952e6b542d0633987f082b0f158.tar.gz |
updated for version 7.0129v7.0129
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 70bdb87da..d15d454a6 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 7.0aa. Last change: 2005 Aug 11 +*options.txt* For Vim version 7.0aa. Last change: 2005 Aug 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -5701,6 +5701,8 @@ A jump table for the options with a short description can be found at |Q_op|. Only used when 'spell' is set. Be careful with special characters, see |option-backslash| about including spaces and backslashes. + To set this option automatically depending on the language, see + |set-spc-auto|. *'spellfile'* *'spf'* 'spellfile' 'spf' string (default empty) @@ -5757,6 +5759,11 @@ A jump table for the options with a short description can be found at |Q_op|. files twice. How the related spell files are found is explained here: |spell-load|. + After this option has been set successfully, Vim will source the files + "spell/LANG.vim" in 'runtimepath'. "LANG" is the value of 'spelllang' + up to the first comma, dot or underscore. See |set-spc-auto|. + + *'spellsuggest'* *'sps'* 'spellsuggest' 'sps' string (default "best") global |