comparison runtime/doc/options.txt @ 625:81fe2ccc1207 v7.0179

updated for version 7.0179
author vimboss
date Thu, 12 Jan 2006 23:22:24 +0000
parents bd2fe62c9d77
children b6632d553df3
comparison
equal deleted inserted replaced
624:91e7d4a7b3b0 625:81fe2ccc1207
1 *options.txt* For Vim version 7.0aa. Last change: 2005 Dec 29 1 *options.txt* For Vim version 7.0aa. Last change: 2006 Jan 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
4595 local to buffer 4595 local to buffer
4596 {not in Vi} 4596 {not in Vi}
4597 This defines what bases Vim will consider for numbers when using the 4597 This defines what bases Vim will consider for numbers when using the
4598 CTRL-A and CTRL-X commands for adding to and subtracting from a number 4598 CTRL-A and CTRL-X commands for adding to and subtracting from a number
4599 respectively; see |CTRL-A| for more info on these commands. 4599 respectively; see |CTRL-A| for more info on these commands.
4600 alpha if included, single alphabetical characters will be 4600 alpha If included, single alphabetical characters will be
4601 incremented or decremented. This is useful for a list with a 4601 incremented or decremented. This is useful for a list with a
4602 letter index a), b), etc. 4602 letter index a), b), etc.
4603 octal if included, numbers that start with a zero will be considered 4603 octal If included, numbers that start with a zero will be considered
4604 to be octal. Example: Using CTRL-A on "007" results in "010". 4604 to be octal. Example: Using CTRL-A on "007" results in "010".
4605 hex if included, numbers starting with "0x" or "0X" will be 4605 hex If included, numbers starting with "0x" or "0X" will be
4606 considered to be hexadecimal. Example: Using CTRL-X on 4606 considered to be hexadecimal. Example: Using CTRL-X on
4607 "0x100" results in "0x0ff". 4607 "0x100" results in "0x0ff".
4608 Numbers which simply begin with a digit in the range 1-9 are always 4608 Numbers which simply begin with a digit in the range 1-9 are always
4609 considered decimal. This also happens for numbers that are not 4609 considered decimal. This also happens for numbers that are not
4610 recognized as octal or hex. 4610 recognized as octal or hex.
6048 P S Percentage through file of displayed window. This is like the 6048 P S Percentage through file of displayed window. This is like the
6049 percentage described for 'ruler'. Always 3 in length. 6049 percentage described for 'ruler'. Always 3 in length.
6050 a S Argument list status as in default title. ({current} of {max}) 6050 a S Argument list status as in default title. ({current} of {max})
6051 Empty if the argument file count is zero or one. 6051 Empty if the argument file count is zero or one.
6052 { NF Evaluate expression between '{' and '}' and substitute result. 6052 { NF Evaluate expression between '{' and '}' and substitute result.
6053 Note that there is no '%' before the closing '}'.
6053 ( - Start of item group. Can be used for setting the width and 6054 ( - Start of item group. Can be used for setting the width and
6054 alignment of a section. Must be followed by %) somewhere. 6055 alignment of a section. Must be followed by %) somewhere.
6055 ) - End of item group. No width fields allowed. 6056 ) - End of item group. No width fields allowed.
6056 < - Where to truncate line if too long. Default is at the start. 6057 < - Where to truncate line if too long. Default is at the start.
6057 No width fields allowed. 6058 No width fields allowed.