Home
last modified time | relevance | path

Searched refs:screencol (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_conceal.vim178 :nnoremap <expr> GG ":let curpos += ['".screenrow().":".screencol()."']\n"
H A Dtest_popupwin.vim2603 \ screenrow: a:row, screencol: a:col,
2610 \ screenrow: a:row, screencol: a:col,
2617 \ screenrow: a:row, screencol: a:col,
2724 call WaitForAssert({ -> assert_equal(' ', screenstring(screenrow(), screencol() - 1))})
2730 call WaitForAssert({ -> assert_equal('x', screenstring(screenrow(), screencol() - 1))})
H A Dtest_options.vim843 call add(g:l, screencol())
/vim-8.2.3635/src/
H A Dpopupwin.c3466 popup_masked(win_T *wp, int width, int height, int screencol, int screenline) in popup_masked() argument
3468 int col = screencol - wp->w_wincol + wp->w_popup_leftoff; in popup_masked()
/vim-8.2.3635/runtime/doc/
H A Deval.txt2924 screencol() Number current cursor column
6023 screencol screen column
6032 "screenrow" and "screencol" are valid, the others are zero.
9302 screencol() *screencol()*
9308 in a command (e.g. ":echo screencol()") it will return the
9312 nnoremap <expr> GG ":echom ".screencol()."\n"
9313 nnoremap <silent> GG :echom screencol()<CR>
9314 nnoremap GG <Cmd>echom screencol()<CR>
9334 right position and use |screencol()| to get the value with
9346 Note: Same restrictions as with |screencol()|.
H A Dusr_41.txt762 screencol() get screen column of the cursor
H A Dtags8950 screencol() eval.txt /*screencol()*
H A Dversion7.txt10288 Debugging functions: |screenattr()|, |screenchar()|, |screencol()|,
14649 Solution: Add the screencol() and screenrow() functions. Use them in
/vim-8.2.3635/runtime/syntax/
H A Dvim.vim83 …op_type_get pyeval readdir reg_recording remote_foreground remove round screencol searchcount serv…