comparison runtime/doc/options.txt @ 825:6675076019ae v7.0d

updated for version 7.0d
author vimboss
date Mon, 10 Apr 2006 14:55:34 +0000
parents 8dd456c1e283
children 1cdd2661f34c
comparison
equal deleted inserted replaced
824:8dd456c1e283 825:6675076019ae
1 *options.txt* For Vim version 7.0c. Last change: 2006 Apr 09 1 *options.txt* For Vim version 7.0d. Last change: 2006 Apr 10
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2077 feature} 2077 feature}
2078 Highlight the screen line of the cursor with CursorLine 2078 Highlight the screen line of the cursor with CursorLine
2079 |hl-CursorLine|. Useful to easily spot the cursor. Will make screen 2079 |hl-CursorLine|. Useful to easily spot the cursor. Will make screen
2080 redrawing slower. 2080 redrawing slower.
2081 When Visual mode is active the highlighting isn't used to make it 2081 When Visual mode is active the highlighting isn't used to make it
2082 easier to spot where the selected area. 2082 easier to see the selected text.
2083 2083
2084 2084
2085 *'debug'* 2085 *'debug'*
2086 'debug' string (default "") 2086 'debug' string (default "")
2087 global 2087 global
6359 Otherwise: Do not examine other windows. 6359 Otherwise: Do not examine other windows.
6360 This setting is checked with |quickfix| commands, when 6360 This setting is checked with |quickfix| commands, when
6361 jumping to errors (":cc", ":cn", "cp", etc.). It is 6361 jumping to errors (":cc", ":cn", "cp", etc.). It is
6362 also used in all buffer related split commands, for 6362 also used in all buffer related split commands, for
6363 example ":sbuffer", ":sbnext", or ":sbrewind". 6363 example ":sbuffer", ":sbnext", or ":sbrewind".
6364 usetab Like "useopen", but also consider windows in other tab
6365 pages.
6364 split If included, split the current window before loading 6366 split If included, split the current window before loading
6365 a buffer. Otherwise: do not split, use current window. 6367 a buffer. Otherwise: do not split, use current window.
6366 Supported in |quickfix| commands that display errors. 6368 Supported in |quickfix| commands that display errors.
6367 6369
6368 *'synmaxcol'* *'smc'* 6370 *'synmaxcol'* *'smc'*