comparison runtime/doc/options.txt @ 3750:536aa8b0c934

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 15 Aug 2012 17:43:31 +0200
parents 44038a9777aa
children c3036f1dca68
comparison
equal deleted inserted replaced
3749:270bb87555db 3750:536aa8b0c934
1 *options.txt* For Vim version 7.3. Last change: 2012 Jul 10 1 *options.txt* For Vim version 7.3. Last change: 2012 Aug 15
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
6117 *'shiftwidth'* *'sw'* 6117 *'shiftwidth'* *'sw'*
6118 'shiftwidth' 'sw' number (default 8) 6118 'shiftwidth' 'sw' number (default 8)
6119 local to buffer 6119 local to buffer
6120 Number of spaces to use for each step of (auto)indent. Used for 6120 Number of spaces to use for each step of (auto)indent. Used for
6121 |'cindent'|, |>>|, |<<|, etc. 6121 |'cindent'|, |>>|, |<<|, etc.
6122 When zero the 'ts' value will be used.
6122 6123
6123 *'shortmess'* *'shm'* 6124 *'shortmess'* *'shm'*
6124 'shortmess' 'shm' string (Vim default "filnxtToO", Vi default: "", 6125 'shortmess' 'shm' string (Vim default "filnxtToO", Vi default: "",
6125 POSIX default: "A") 6126 POSIX default: "A")
6126 global 6127 global
7423 jsbterm JSB term mouse handling. 7424 jsbterm JSB term mouse handling.
7424 *pterm-mouse* 7425 *pterm-mouse*
7425 pterm QNX pterm mouse handling. 7426 pterm QNX pterm mouse handling.
7426 *urxvt-mouse* 7427 *urxvt-mouse*
7427 urxvt Mouse handling for the urxvt (rxvt-unicode) terminal. 7428 urxvt Mouse handling for the urxvt (rxvt-unicode) terminal.
7429 *sgr-mouse*
7430 sgr Mouse handling for the terminal that emits SGR-styled
7431 mouse reporting. Works with xterm version 277 or
7432 later.
7428 7433
7429 The mouse handling must be enabled at compile time |+mouse_xterm| 7434 The mouse handling must be enabled at compile time |+mouse_xterm|
7430 |+mouse_dec| |+mouse_netterm|. 7435 |+mouse_dec| |+mouse_netterm|.
7431 Only "xterm"(2) is really recognized. NetTerm mouse codes are always 7436 Only "xterm"(2) is really recognized. NetTerm mouse codes are always
7432 recognized, if enabled at compile time. DEC terminal mouse codes 7437 recognized, if enabled at compile time. DEC terminal mouse codes