comparison runtime/doc/options.txt @ 75:388f285bda1b

updated for version 7.0031
author vimboss
date Wed, 05 Jan 2005 22:16:17 +0000
parents f529edb9bab3
children 366d9947baf2
comparison
equal deleted inserted replaced
74:1154524da1cd 75:388f285bda1b
1 *options.txt* For Vim version 7.0aa. Last change: 2004 Dec 24 1 *options.txt* For Vim version 7.0aa. Last change: 2005 Jan 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
5017 buffers hidden and unloaded buffers, not just those in windows 5017 buffers hidden and unloaded buffers, not just those in windows
5018 curdir the current directory 5018 curdir the current directory
5019 folds manually created folds, opened/closed folds and local 5019 folds manually created folds, opened/closed folds and local
5020 fold options 5020 fold options
5021 globals global variables that start with an uppercase letter 5021 globals global variables that start with an uppercase letter
5022 and contain at least one lowercase letter. 5022 and contain at least one lowercase letter. Only
5023 String and Number types are stored.
5023 help the help window 5024 help the help window
5024 localoptions options and mappings local to a window or buffer (not 5025 localoptions options and mappings local to a window or buffer (not
5025 global values for local options) 5026 global values for local options)
5026 options all options and mappings (also global values for local 5027 options all options and mappings (also global values for local
5027 options) 5028 options)
6408 the effect of their value. 6409 the effect of their value.
6409 CHAR VALUE ~ 6410 CHAR VALUE ~
6410 ! When included, save and restore global variables that start 6411 ! When included, save and restore global variables that start
6411 with an uppercase letter, and don't contain a lowercase 6412 with an uppercase letter, and don't contain a lowercase
6412 letter. Thus "KEEPTHIS and "K_L_M" are stored, but "KeepThis" 6413 letter. Thus "KEEPTHIS and "K_L_M" are stored, but "KeepThis"
6413 and "_K_L_M" are not. 6414 and "_K_L_M" are not. Only String and Number types are
6415 stored.
6414 " Maximum number of lines saved for each register. Old name of 6416 " Maximum number of lines saved for each register. Old name of
6415 the '<' item, with the disadvantage that you need to put a 6417 the '<' item, with the disadvantage that you need to put a
6416 backslash before the ", otherwise it will be recognized as the 6418 backslash before the ", otherwise it will be recognized as the
6417 start of a comment! 6419 start of a comment!
6418 % When included, save and restore the buffer list. If Vim is 6420 % When included, save and restore the buffer list. If Vim is