comparison runtime/doc/options.txt @ 703:2fae45239fb3

updated for version 7.0212
author vimboss
date Thu, 02 Mar 2006 22:49:12 +0000
parents 2af8de31a3a8
children 111b7dcc8a17
comparison
equal deleted inserted replaced
702:8a99b25de218 703:2fae45239fb3
1 *options.txt* For Vim version 7.0aa. Last change: 2006 Mar 01 1 *options.txt* For Vim version 7.0aa. Last change: 2006 Mar 02
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1574 w scan buffers from other windows 1574 w scan buffers from other windows
1575 b scan other loaded buffers that are in the buffer list 1575 b scan other loaded buffers that are in the buffer list
1576 u scan the unloaded buffers that are in the buffer list 1576 u scan the unloaded buffers that are in the buffer list
1577 U scan the buffers that are not in the buffer list 1577 U scan the buffers that are not in the buffer list
1578 k scan the files given with the 'dictionary' option 1578 k scan the files given with the 'dictionary' option
1579 kspell use the currently active spell checking |spell|
1579 k{dict} scan the file {dict}. Several "k" flags can be given, 1580 k{dict} scan the file {dict}. Several "k" flags can be given,
1580 patterns are valid too. For example: > 1581 patterns are valid too. For example: >
1581 :set cpt=k/usr/dict/*,k~/spanish 1582 :set cpt=k/usr/dict/*,k~/spanish
1582 < s scan the files given with the 'thesaurus' option 1583 < s scan the files given with the 'thesaurus' option
1583 s{tsr} scan the file {tsr}. Several "s" flags can be given, patterns 1584 s{tsr} scan the file {tsr}. Several "s" flags can be given, patterns
2083 List of file names, separated by commas, that are used to lookup words 2084 List of file names, separated by commas, that are used to lookup words
2084 for keyword completion commands |i_CTRL-X_CTRL-K|. Each file should 2085 for keyword completion commands |i_CTRL-X_CTRL-K|. Each file should
2085 contain a list of words. This can be one word per line, or several 2086 contain a list of words. This can be one word per line, or several
2086 words per line, separated by non-keyword characters (white space is 2087 words per line, separated by non-keyword characters (white space is
2087 preferred). Maximum line length is 510 bytes. 2088 preferred). Maximum line length is 510 bytes.
2089 When this option is empty, or an entry "spell" is present, spell
2090 checking is enabled the currently active spelling is used. |spell|
2088 To include a comma in a file name precede it with a backslash. Spaces 2091 To include a comma in a file name precede it with a backslash. Spaces
2089 after a comma are ignored, otherwise spaces are included in the file 2092 after a comma are ignored, otherwise spaces are included in the file
2090 name. See |option-backslash| about using backslashes. 2093 name. See |option-backslash| about using backslashes.
2091 This has nothing to do with the |Dictionary| variable type. 2094 This has nothing to do with the |Dictionary| variable type.
2092 Where to find a list of words? 2095 Where to find a list of words?