| /vim-8.2.3635/src/testdir/ |
| H A D | test_popupwin.vim | 1914 \ ['a', 5, &columns, 5, &columns, 1, 1], 1915 \ ['b', 5, &columns + 1, 5, &columns, 1, 1], 1939 \ ['aa', 5, &columns, 4, &columns, 1, 2], 1940 \ ['bb', 5, &columns + 1, 4, &columns, 1, 2], 1945 \ ['aaa', 5, &columns, 3, &columns, 1, 3], 1946 \ ['bbb', 5, &columns + 1, 3, &columns, 1, 3], 1951 \ ['aaaa', 5, &columns, 2, &columns, 1, 4], 1993 \ ['aa', 5, &columns, 5, &columns, 1, 1], 1994 \ ['bb', 5, &columns + 1, 5, &columns, 1, 1], 1999 \ ['aaa', 5, &columns, 5, &columns, 1, 1], [all …]
|
| H A D | test_signals.vim | 31 let old_columns = &columns 33 let new_columns = &columns - 2 36 exe 'set columns=' .. new_columns 38 call assert_equal(new_columns, &columns) 41 " 'lines' and 'columns' should have been restored 45 call assert_equal(old_columns, &columns)
|
| H A D | test_arglist.vim | 185 let save_columns = &columns 186 let &columns = 79 204 let &columns = save_columns 227 " four args half the screen width makes two lines with two columns 228 let aarg = repeat('a', &columns / 2 - 4) 229 let barg = repeat('b', &columns / 2 - 4) 230 let carg = repeat('c', &columns / 2 - 4) 231 let darg = repeat('d', &columns / 2 - 4) 241 let aarg = repeat('a', &columns / 2 + 2) 517 " Argument longer or equal to the number of columns used to cause [all …]
|
| H A D | test_window_cmd.vim | 206 " 2*(N - 1) + 1 <= &columns 207 " 2*N - 1 <= &columns 208 " N <= (&columns + 1)/2 209 let ver_win_count = (&columns + 1)/2 577 call assert_equal(&columns, winwidth(0)) 628 let columns = range(1, &columns) 1235 call setline(1, repeat(' ', &columns)) 1240 call cursor(1, &columns) 1256 call setline(1, repeat(' ', &columns)) 1261 call cursor(1, &columns / 2) [all …]
|
| H A D | test_messages.vim | 158 call assert_equal(&columns - 1, v:echospace) 160 call assert_equal(&columns - 1, v:echospace) 162 call assert_equal(&columns - 1, v:echospace) 164 call assert_equal(&columns - 19, v:echospace) 166 call assert_equal(&columns - 12, v:echospace) 168 call assert_equal(&columns - 29, v:echospace)
|
| H A D | test_statusline.vim | 11 return ScreenLines(&lines - 1, &columns)[0] 233 " First check with when %< should not truncate with many columns 234 exe 'set statusline=a%<b' . repeat('c', &columns - 3) . 'd' 236 exe 'set statusline=a' . repeat('b', &columns - 2) . '%<c' 238 " Then check when %< should truncate when there with too few columns. 239 exe 'set statusline=a%<b' . repeat('c', &columns - 2) . 'd' 241 exe 'set statusline=a' . repeat('b', &columns - 1) . '%<c'
|
| H A D | test_matchadd_conceal.vim | 386 0put = 'ab' .. repeat('-', &columns) .. 'c' 390 call writefile(lines, 'Xcurs-columns') 391 let buf = RunVimInTerminal('-S Xcurs-columns', {}) 393 " Go to the end of the line (3 columns beyond the end of the screen). 406 call delete('Xcurs-columns')
|
| H A D | term_util.vim | 47 " By default uses a size of 20 lines and 75 columns. 71 call assert_equal(&columns, winwidth(0)) 79 " Make the window 20 lines high and 75 columns, unless told otherwise or
|
| H A D | gen_opt_test.vim | 15 \ 'let save_columns = &columns', 32 \ 'columns': [[12, 80], [-1, 0, 10]], 227 call add(script, 'let &columns = save_columns')
|
| H A D | test_history.vim | 103 call histadd(':', 'echo x' .. repeat('y', &columns - 17) .. 'z') 107 \ .. "> *\\d\\+ echo x" .. repeat('y', &columns - 17) .. 'z$', a) 111 call histadd(':', 'echo x' .. repeat('y', &columns - 16) .. 'z')
|
| H A D | test_listchars.vim | 256 call append(0, [ repeat('A', &columns + 1) ]) 258 let expected = repeat('A', &columns) 262 call assert_equal([expected], ScreenLines(1, &columns)) 268 call assert_equal([expected], ScreenLines(1, &columns))
|
| H A D | test_arabic.vim | 53 call assert_match("^ *!\uFEE1\uFEFC\uFEB3$", ScreenLines(1, &columns)[0]) 62 call assert_match("^ *!\u0645\u0627\u0644\u0633$", ScreenLines(1, &columns)[0]) 78 call assert_match("^ *٢١21٢١$", ScreenLines(1, &columns)[0]) 88 call assert_match("^ *\uFEDE\uFEB3$", ScreenLines(1, &columns)[0]) 95 call assert_match("^ *\uFEB1$", ScreenLines(1, &columns)[0])
|
| H A D | test_marks.vim | 175 call setline(1, [repeat('á', &columns)]) 180 let expected = ' a 1 0 ' . repeat('á', &columns - 16)
|
| H A D | test_highlight.vim | 598 set columns=80 681 let buf = RunVimInTerminal('-S Xtest_colorcolumn_bri', {'rows': 10,'columns': 40}) 699 let buf = RunVimInTerminal('-S Xtest_colorcolumn_srb', {'rows': 10,'columns': 40}) 727 " Do this test last, sometimes restoring the columns doesn't work 729 let l:org_columns = &columns 730 set columns=17 733 let &columns = l:org_columns
|
| H A D | popupbounce.vim | 59 if col + 4 >= &columns
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | ft_sql.txt | 26 4.3.2 Complete Columns |sql-completion-columns| 415 to display a list of tables, procedures, views and columns. > 423 - For the selected table, the columns that are part of the table 439 of columns, you can press <Left>, this will 442 table to view its columns and back again. 519 4.3.2 Column Completion: *sql-completion-columns* 549 3. Press <Right> to display a list of columns. 558 All columns for a table: 562 4. Press <C-C>l to request a comma separated list of all columns 569 prepended to each of the columns. [all …]
|
| H A D | usr_31.txt | 188 :set lines columns 190 To change the size set the 'lines' and/or 'columns' options to a new value: > 193 :set columns=80
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | se.vim | 24 \%ZLine\ %l\ columns\ %c\\,\ %\\d%\\+\ %.%#\ (%f)\ %\\=:,
|
| /vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/ |
| H A D | termdebug.vim | 141 if &columns < g:termdebug_wide 142 let s:save_columns = &columns 143 let &columns = g:termdebug_wide 211 " columns for that, thus one less for the terminal window. 212 exe (&columns / 2 - 1) . "wincmd |" 354 " columns for that, thus one less for the terminal window. 355 exe (&columns / 2 - 1) . "wincmd |" 649 let &columns = s:save_columns
|
| /vim-8.2.3635/runtime/icons/ |
| H A D | README.txt | 33 horizontally centered window with 80 columns and 32 lines.
|
| /vim-8.2.3635/src/ |
| H A D | os_unix.c | 4064 long columns = 0; in mch_get_shellsize() local 4083 columns = ws.ws_col; in mch_get_shellsize() 4098 columns = ts.ts_cols; in mch_get_shellsize() 4115 columns = atoi((char *)p); in mch_get_shellsize() 4122 if (columns == 0 || rows == 0) in mch_get_shellsize() 4123 getlinecol(&columns, &rows); in mch_get_shellsize() 4129 if (columns <= 0 || rows <= 0) in mch_get_shellsize() 4133 Columns = columns; in mch_get_shellsize() 4253 long columns, in set_child_environment() argument 4279 sprintf((char *)envbuf, "%ld", columns); in set_child_environment() [all …]
|
| H A D | cmdexpand.c | 533 int columns; in showmatches() local 602 columns = ((int)Columns + 2) / maxlen; in showmatches() 603 if (columns < 1) in showmatches() 604 columns = 1; in showmatches() 605 lines = (num_files + columns - 1) / columns; in showmatches()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | sqr.vim | 52 syn keyword sqrReserved #sql-count #sql-status #sqr-max-columns 79 syn keyword sqrCommand close columns commit concat connect 129 syn keyword sqrParam local locale loops max-columns max-lines
|
| H A D | chordpro.vim | 26 \ textfont textsize chordfont chordsize columns col
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | gitcommit.vim | 57 let extra = "-p --stat=".&columns
|