comparison runtime/doc/options.txt @ 17229:f1c7b7a4d9e4 v8.1.1614

patch 8.1.1614: 'numberwidth' can only go up to 10 commit https://github.com/vim/vim/commit/f8a071265535b8cc43e50a81f4d5049883ca50e4 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 1 22:06:07 2019 +0200 patch 8.1.1614: 'numberwidth' can only go up to 10 Problem: 'numberwidth' can only go up to 10. Solution: Allow up to 20. (Charlie Stanton, closes https://github.com/vim/vim/issues/4584)
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Jul 2019 22:15:05 +0200
parents 9ccb1ea9b2fc
children b9bc47742df6
comparison
equal deleted inserted replaced
17228:da9a9c4265a1 17229:f1c7b7a4d9e4
1 *options.txt* For Vim version 8.1. Last change: 2019 Jun 22 1 *options.txt* For Vim version 8.1. Last change: 2019 Jun 27
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
5383 The value is the minimum width. A bigger width is used when needed to 5383 The value is the minimum width. A bigger width is used when needed to
5384 fit the highest line number in the buffer respectively the number of 5384 fit the highest line number in the buffer respectively the number of
5385 rows in the window, depending on whether 'number' or 'relativenumber' 5385 rows in the window, depending on whether 'number' or 'relativenumber'
5386 is set. Thus with the Vim default of 4 there is room for a line number 5386 is set. Thus with the Vim default of 4 there is room for a line number
5387 up to 999. When the buffer has 1000 lines five columns will be used. 5387 up to 999. When the buffer has 1000 lines five columns will be used.
5388 The minimum value is 1, the maximum value is 10. 5388 The minimum value is 1, the maximum value is 20.
5389 NOTE: This option is set to the Vi default value when 'compatible' is 5389 NOTE: This option is set to the Vi default value when 'compatible' is
5390 set and to the Vim default value when 'compatible' is reset. 5390 set and to the Vim default value when 'compatible' is reset.
5391 5391
5392 *'omnifunc'* *'ofu'* 5392 *'omnifunc'* *'ofu'*
5393 'omnifunc' 'ofu' string (default: empty) 5393 'omnifunc' 'ofu' string (default: empty)
8068 set to a name that starts with "xterm", "mlterm", "screen", "tmux", 8068 set to a name that starts with "xterm", "mlterm", "screen", "tmux",
8069 "st" (full match only), "st-" or "stterm", and 'ttymouse' is not set 8069 "st" (full match only), "st-" or "stterm", and 'ttymouse' is not set
8070 already. 8070 already.
8071 Additionally, if vim is compiled with the |+termresponse| feature and 8071 Additionally, if vim is compiled with the |+termresponse| feature and
8072 |t_RV| is set to the escape sequence to request the xterm version 8072 |t_RV| is set to the escape sequence to request the xterm version
8073 number, more intelligent detection process runs. 8073 number, more intelligent detection is done.
8074 The "xterm2" value will be set if the xterm version is reported to be 8074 The "xterm2" value will be set if the xterm version is reported to be
8075 from 95 to 276. The "sgr" value will be set if Vim detects Mac 8075 from 95 to 276. The "sgr" value will be set if Vim detects Mac
8076 Terminal.app, iTerm2 or mintty, and when the xterm version is 277 or 8076 Terminal.app, iTerm2 or mintty, and when the xterm version is 277 or
8077 higher. 8077 higher.
8078 If you do not want 'ttymouse' to be set to "xterm2" or "sgr" 8078 If you do not want 'ttymouse' to be set to "xterm2" or "sgr"