Home
last modified time | relevance | path

Searched refs:screenline (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_matchadd_conceal_utf8.vim10 func s:screenline(lnum) abort
35 call assert_equal(expect, s:screenline(lnum))
H A Dgen_opt_test.vim87 …\ 'cursorlineopt': [['both', 'line', 'number', 'screenline', 'line,number'], ['', 'xxx', 'line,scr…
H A Dtest_cursorline.vim126 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 Ddrawscreen.c2898 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 Dpopupwin.c3466 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 Dindex.txt788 |gm| gm 1 go to character at middle of the screenline
H A Doptions.txt2566 "screenline" Highlight only the screen line of the cursor with
2574 "line" and "screenline" cannot be used together.
H A Dversion8.txt38700 Solution: Add "screenline". (Christian Brabandt, closes #4933)