comparison runtime/doc/options.txt @ 14:946da5994c01

updated for version 7.0006
author vimboss
date Mon, 05 Jul 2004 15:58:32 +0000
parents 24d5189d3956
children 631143ac4a01
comparison
equal deleted inserted replaced
13:24d5189d3956 14:946da5994c01
1 *options.txt* For Vim version 7.0aa. Last change: 2004 Jul 03 1 *options.txt* For Vim version 7.0aa. Last change: 2004 Jul 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1556 < Note that a substitute() function is used to reduce the list of 1556 < Note that a substitute() function is used to reduce the list of
1557 possible values and remove the ones that don't match the base. The 1557 possible values and remove the ones that don't match the base. The
1558 part before the "\|" matches the base, the part after it is used 1558 part before the "\|" matches the base, the part after it is used
1559 when there is no match. The "\2" in the replacement is empty if the 1559 when there is no match. The "\2" in the replacement is empty if the
1560 part before the "\|" does not match. 1560 part before the "\|" does not match.
1561 1561
1562 *'confirm'* *'cf'* *'noconfirm'* *'nocf'* 1562 *'confirm'* *'cf'* *'noconfirm'* *'nocf'*
1563 'confirm' 'cf' boolean (default off) 1563 'confirm' 'cf' boolean (default off)
1564 global 1564 global
1565 {not in Vi} 1565 {not in Vi}
1566 When 'confirm' is on, certain operations that would normally 1566 When 'confirm' is on, certain operations that would normally
4233 {not in Vi} 4233 {not in Vi}
4234 Only for GUI, MS-DOS, Win32 and Unix with xterm. Defines the maximum 4234 Only for GUI, MS-DOS, Win32 and Unix with xterm. Defines the maximum
4235 time in msec between two mouse clicks for the second click to be 4235 time in msec between two mouse clicks for the second click to be
4236 recognized as a multi click. 4236 recognized as a multi click.
4237 4237
4238 *'mzquantum'* *'mzq'*
4239 'mzquantum' 'mzq' number (default 100)
4240 global
4241 {not in Vi}
4242 {not available when compiled without the |+mzscheme|
4243 feature}
4244 The number of milliseconds between polls for MzScheme threads.
4245 Negative or zero value means no thread scheduling.
4246
4238 *'nrformats'* *'nf'* 4247 *'nrformats'* *'nf'*
4239 'nrformats' 'nf' string (default "octal,hex") 4248 'nrformats' 'nf' string (default "octal,hex")
4240 local to buffer 4249 local to buffer
4241 {not in Vi} 4250 {not in Vi}
4242 This defines what bases Vim will consider for numbers when using the 4251 This defines what bases Vim will consider for numbers when using the
4267 See |hl-LineNr| for the highlighting used for the number. 4276 See |hl-LineNr| for the highlighting used for the number.
4268 4277
4269 *'numberwidth'* *'nuw'* 4278 *'numberwidth'* *'nuw'*
4270 'numberwidth' 'nuw' number (Vim default: 4 Vi default: 8) 4279 'numberwidth' 'nuw' number (Vim default: 4 Vi default: 8)
4271 local to window 4280 local to window
4281 {not in Vi}
4282 {only available when compiled with the |+linebreak|
4283 feature}
4272 Minimal number of columns to use for the line number. Only relevant 4284 Minimal number of columns to use for the line number. Only relevant
4273 when the 'number' option is set. 4285 when the 'number' option is set.
4274 Since one space is always between the number and the text, there is 4286 Since one space is always between the number and the text, there is
4275 one less character for the number itself. 4287 one less character for the number itself.
4276 The value is the minimum width. A bigger width is used when needed to 4288 The value is the minimum width. A bigger width is used when needed to