comparison runtime/doc/options.txt @ 227:ef254e0f2365

updated for version 7.0063
author vimboss
date Tue, 22 Mar 2005 23:03:44 +0000
parents 7fd4b5df33be
children fca8a9b65afa
comparison
equal deleted inserted replaced
226:4e7dca477fee 227:ef254e0f2365
1 *options.txt* For Vim version 7.0aa. Last change: 2005 Mar 19 1 *options.txt* For Vim version 7.0aa. Last change: 2005 Mar 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
5642 A comma separated list of languages. when the 'spell' option is on 5642 A comma separated list of languages. when the 'spell' option is on
5643 spellchecking will be done for these languages. Example: > 5643 spellchecking will be done for these languages. Example: >
5644 set spelllang=en_us,nl 5644 set spelllang=en_us,nl
5645 < This means both US English and Dutch words are recognized. Words that 5645 < This means both US English and Dutch words are recognized. Words that
5646 are not recognized will be highlighted. 5646 are not recognized will be highlighted.
5647 When 'encoding' is set the word lists are loaded again. Thus it's a
5648 good idea to set 'spelllang' after setting 'encoding'.
5647 More info at |spell|. 5649 More info at |spell|.
5648 5650
5649 *'splitbelow'* *'sb'* *'nosplitbelow'* *'nosb'* 5651 *'splitbelow'* *'sb'* *'nosplitbelow'* *'nosb'*
5650 'splitbelow' 'sb' boolean (default off) 5652 'splitbelow' 'sb' boolean (default off)
5651 global 5653 global