Searched refs:numberwidth (Results 1 – 21 of 21) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_options.vim | 658 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 D | test_number.vim | 189 setl number numberwidth=6 221 setl number numberwidth=4
|
| H A D | test_buffer.vim | 367 setlocal numberwidth=3 371 call assert_equal(3, &numberwidth)
|
| H A D | gen_opt_test.vim | 42 \ 'numberwidth': [[1, 4, 8, 10, 11, 20], [-1, 0, 21]],
|
| H A D | test_breakindent.vim | 416 …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 D | test_cursorline.vim | 36 setl number numberwidth=4
|
| H A D | test_signs.vim | 1799 set numberwidth=2 1815 set numberwidth=4 1841 set number numberwidth=1 signcolumn=auto 1885 set numberwidth=4
|
| H A D | test_normal.vim | 3217 set numberwidth=10 3241 set cpoptions& number& numberwidth& wrap&
|
| H A D | test_python2.vim | 964 " numberwidth: number, window-local 1043 let lst += [['numberwidth', 2, 3, 5, -100, 0, 0, 1]] 1211 >>> numberwidth
|
| H A D | test_python3.vim | 1159 " numberwidth: number, window-local 1238 let lst += [['numberwidth', 2, 3, 5, -100, 0, 0, 1]] 1406 >>> numberwidth
|
| /vim-8.2.3635/src/ |
| H A D | charset.c | 1091 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 D | bzl.vim | 85 let l:width = winwidth(0) - &foldcolumn - (&number ? &numberwidth : 0)
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | various.txt | 130 number. (See also 'highlight' and 'numberwidth'
|
| H A D | quickref.txt | 823 'numberwidth' 'nuw' number of columns used for the line number
|
| H A D | options.txt | 1850 '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 D | tags | 755 'numberwidth' options.txt /*'numberwidth'*
|
| H A D | todo.txt | 2728 Cursor displayed in the wrong position when using 'numberwidth'. (James Vega,
|
| H A D | version8.txt | 4425 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 D | version7.txt | 661 'numberwidth' Minimal width of the space used for the 'number' and
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vim.vim | 36 …ispwords lrm magic maxfuncdepth menuitems mm modifiable mousemodel mzq numberwidth opfunc patchexp…
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 398 call <SID>AddOption("numberwidth", gettext("number of columns to use for the line number"))
|