Home
last modified time | relevance | path

Searched refs:numberwidth (Results 1 – 21 of 21) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_options.vim658 setlocal numberwidth=5
660 call assert_equal(4,&numberwidth)
662 call assert_equal(5,&numberwidth)
664 call assert_equal(4,&numberwidth)
669 setlocal numberwidth=6
672 call assert_equal(4,&numberwidth)
674 call assert_equal(6,&numberwidth)
681 setlocal numberwidth=7
684 setlocal numberwidth=8
694 setlocal numberwidth=9
[all …]
H A Dtest_number.vim189 setl number numberwidth=6
221 setl number numberwidth=4
H A Dtest_buffer.vim367 setlocal numberwidth=3
371 call assert_equal(3, &numberwidth)
H A Dgen_opt_test.vim42 \ 'numberwidth': [[1, 4, 8, 10, 11, 20], [-1, 0, 21]],
H A Dtest_breakindent.vim416 …call s:test_windows('setl breakindent linebreak briopt=min:10 nu numberwidth=3 ts=4 list listchars…
431 …call s:test_windows('setl breakindent linebreak briopt=min:10 nu numberwidth=3 ts=4 list listchars…
H A Dtest_cursorline.vim36 setl number numberwidth=4
H A Dtest_signs.vim1799 set numberwidth=2
1815 set numberwidth=4
1841 set number numberwidth=1 signcolumn=auto
1885 set numberwidth=4
H A Dtest_normal.vim3217 set numberwidth=10
3241 set cpoptions& number& numberwidth& wrap&
H A Dtest_python2.vim964 " numberwidth: number, window-local
1043 let lst += [['numberwidth', 2, 3, 5, -100, 0, 0, 1]]
1211 >>> numberwidth
H A Dtest_python3.vim1159 " numberwidth: number, window-local
1238 let lst += [['numberwidth', 2, 3, 5, -100, 0, 0, 1]]
1406 >>> numberwidth
/vim-8.2.3635/src/
H A Dcharset.c1091 int numberwidth = win_col_off(wp); in win_lbr_chartabsize() local
1093 numberextra = numberwidth; in win_lbr_chartabsize()
1110 col += numberwidth - win_col_off2(wp); in win_lbr_chartabsize()
1112 numberwidth -= win_col_off2(wp); in win_lbr_chartabsize()
1119 if (size + sbrlen + numberwidth > (colnr_T)wp->w_width) in win_lbr_chartabsize()
1122 int width = (colnr_T)wp->w_width - sbrlen - numberwidth; in win_lbr_chartabsize()
/vim-8.2.3635/runtime/ftplugin/
H A Dbzl.vim85 let l:width = winwidth(0) - &foldcolumn - (&number ? &numberwidth : 0)
/vim-8.2.3635/runtime/doc/
H A Dvarious.txt130 number. (See also 'highlight' and 'numberwidth'
H A Dquickref.txt823 'numberwidth' 'nuw' number of columns used for the line number
H A Doptions.txt1850 'numberwidth' & 8 min number of columns for line number
5570 The 'numberwidth' option can be used to set the room used for the line
5589 *'numberwidth'* *'nuw'*
5590 'numberwidth' 'nuw' number (Vim default: 4 Vi default: 8)
6109 The 'numberwidth' option can be used to set the room used for the line
H A Dtags755 'numberwidth' options.txt /*'numberwidth'*
H A Dtodo.txt2728 Cursor displayed in the wrong position when using 'numberwidth'. (James Vega,
H A Dversion8.txt4425 Problem: When 'compatible' is reset 'numberwidth' is set to 4, but the
4427 Solution: Check if 'numberwidth' changed. (Christian Brabandt)
35982 Problem: 'numberwidth' can only go up to 10.
H A Dversion7.txt661 'numberwidth' Minimal width of the space used for the 'number' and
/vim-8.2.3635/runtime/syntax/
H A Dvim.vim36 …ispwords lrm magic maxfuncdepth menuitems mm modifiable mousemodel mzq numberwidth opfunc patchexp…
/vim-8.2.3635/runtime/
H A Doptwin.vim398 call <SID>AddOption("numberwidth", gettext("number of columns to use for the line number"))