Searched refs:screenline (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_matchadd_conceal_utf8.vim | 10 func s:screenline(lnum) abort 35 call assert_equal(expect, s:screenline(lnum))
|
| H A D | gen_opt_test.vim | 87 …\ 'cursorlineopt': [['both', 'line', 'number', 'screenline', 'line,number'], ['', 'xxx', 'line,scr…
|
| H A D | test_cursorline.vim | 126 set cursorlineopt=screenline cursorline nu wrap sbr=> 199 call term_sendkeys(buf, ":set list cursorlineopt=screenline listchars=space:-\<cr>")
|
| /vim-8.2.3635/src/ |
| H A D | drawscreen.c | 2898 schar_T *screenline; // copy from ScreenLines[] in redraw_asap() local 2911 screenline = LALLOC_MULT(schar_T, rows * cols); in redraw_asap() 2913 if (screenline == NULL || screenattr == NULL) in redraw_asap() 2939 mch_memmove(screenline + r * cols, in redraw_asap() 2972 screenline + r * cols, in redraw_asap() 2997 vim_free(screenline); in redraw_asap()
|
| H A D | popupwin.c | 3466 popup_masked(win_T *wp, int width, int height, int screencol, int screenline) in popup_masked() argument 3469 int line = screenline - wp->w_winrow; in popup_masked()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | index.txt | 788 |gm| gm 1 go to character at middle of the screenline
|
| H A D | options.txt | 2566 "screenline" Highlight only the screen line of the cursor with 2574 "line" and "screenline" cannot be used together.
|
| H A D | version8.txt | 38700 Solution: Add "screenline". (Christian Brabandt, closes #4933)
|