comparison runtime/doc/options.txt @ 16553:0e473e9e70c2 v8.1.1280

patch 8.1.1280: remarks about functionality not in Vi clutters the help commit https://github.com/vim/vim/commit/25c9c680ec4dfbb51f4ef21c3460a48d3c67ffc8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 5 18:13:34 2019 +0200 patch 8.1.1280: remarks about functionality not in Vi clutters the help Problem: Remarks about functionality not in Vi clutters the help. Solution: Move all info about what is new in Vim or already existed in Vi to vi_diff.txt. Remove {not in Vi} remarks. (closes #4268) Add "noet" to the help files modeline. Also include many other help file improvements.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 May 2019 18:15:06 +0200
parents 5e25171e0e75
children 1eaf34420bb3
comparison
equal deleted inserted replaced
16552:deb3d4f5be8b 16553:0e473e9e70c2
1 *options.txt* For Vim version 8.1. Last change: 2019 Apr 28 1 *options.txt* For Vim version 8.1. Last change: 2019 May 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
6161 local to window 6161 local to window
6162 Number of lines to scroll with CTRL-U and CTRL-D commands. Will be 6162 Number of lines to scroll with CTRL-U and CTRL-D commands. Will be
6163 set to half the number of lines in the window when the window size 6163 set to half the number of lines in the window when the window size
6164 changes. If you give a count to the CTRL-U or CTRL-D command it will 6164 changes. If you give a count to the CTRL-U or CTRL-D command it will
6165 be used as the new value for 'scroll'. Reset to half the window 6165 be used as the new value for 'scroll'. Reset to half the window
6166 height with ":set scroll=0". {Vi is a bit different: 'scroll' gives 6166 height with ":set scroll=0".
6167 the number of screen lines instead of file lines, makes a difference
6168 when lines wrap}
6169 6167
6170 *'scrollbind'* *'scb'* *'noscrollbind'* *'noscb'* 6168 *'scrollbind'* *'scb'* *'noscrollbind'* *'noscb'*
6171 'scrollbind' 'scb' boolean (default off) 6169 'scrollbind' 'scb' boolean (default off)
6172 local to window 6170 local to window
6173 See also |scroll-binding|. When this option is set, the current 6171 See also |scroll-binding|. When this option is set, the current
7785 NOTE: 'ttimeout' is reset when 'compatible' is set. 7783 NOTE: 'ttimeout' is reset when 'compatible' is set.
7786 7784
7787 *'timeoutlen'* *'tm'* 7785 *'timeoutlen'* *'tm'*
7788 'timeoutlen' 'tm' number (default 1000) 7786 'timeoutlen' 'tm' number (default 1000)
7789 global 7787 global
7790 {not in all versions of Vi} 7788
7791 *'ttimeoutlen'* *'ttm'* 7789 *'ttimeoutlen'* *'ttm'*
7792 'ttimeoutlen' 'ttm' number (default -1, set to 100 in |defaults.vim|) 7790 'ttimeoutlen' 'ttm' number (default -1, set to 100 in |defaults.vim|)
7793 global 7791 global
7794 The time in milliseconds that is waited for a key code or mapped key 7792 The time in milliseconds that is waited for a key code or mapped key
7795 sequence to complete. Also used for CTRL-\ CTRL-N and CTRL-\ CTRL-G 7793 sequence to complete. Also used for CTRL-\ CTRL-N and CTRL-\ CTRL-G
7988 much faster and more precise. Your xterm must at 7986 much faster and more precise. Your xterm must at
7989 least at patchlevel 88 / XFree 3.3.3 for this to 7987 least at patchlevel 88 / XFree 3.3.3 for this to
7990 work. See below for how Vim detects this 7988 work. See below for how Vim detects this
7991 automatically. 7989 automatically.
7992 *netterm-mouse* 7990 *netterm-mouse*
7993 netterm NetTerm mouse handling. The mouse generates 7991 netterm NetTerm mouse handling. A left mouse click generates
7994 "<Esc>}r,c<CR>", where "r,c" are two decimal numbers 7992 "<Esc>}r,c<CR>", where "r,c" are two decimal numbers
7995 for the row and column. 7993 for the row and column. No other mouse events are
7994 supported.
7996 *dec-mouse* 7995 *dec-mouse*
7997 dec DEC terminal mouse handling. The mouse generates a 7996 dec DEC terminal mouse handling. The mouse generates a
7998 rather complex sequence, starting with "<Esc>[". 7997 rather complex sequence, starting with "<Esc>[".
7999 This is also available for an Xterm, if it was 7998 This is also available for an Xterm, if it was
8000 configured with "--enable-dec-locator". 7999 configured with "--enable-dec-locator".
8651 'window' minus two lines, with a minimum of one. 8650 'window' minus two lines, with a minimum of one.
8652 When 'window' is equal to 'lines' minus one CTRL-F and CTRL-B scroll 8651 When 'window' is equal to 'lines' minus one CTRL-F and CTRL-B scroll
8653 in a much smarter way, taking care of wrapping lines. 8652 in a much smarter way, taking care of wrapping lines.
8654 When resizing the Vim window, the value is smaller than 1 or more than 8653 When resizing the Vim window, the value is smaller than 1 or more than
8655 or equal to 'lines' it will be set to 'lines' minus 1. 8654 or equal to 'lines' it will be set to 'lines' minus 1.
8656 {Vi also uses the option to specify the number of displayed lines}
8657 8655
8658 *'winheight'* *'wh'* *E591* 8656 *'winheight'* *'wh'* *E591*
8659 'winheight' 'wh' number (default 1) 8657 'winheight' 'wh' number (default 1)
8660 global 8658 global
8661 {not available when compiled without the |+windows| 8659 {not available when compiled without the |+windows|