Searched refs:screencol (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_conceal.vim | 178 :nnoremap <expr> GG ":let curpos += ['".screenrow().":".screencol()."']\n"
|
| H A D | test_popupwin.vim | 2603 \ 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 D | test_options.vim | 843 call add(g:l, screencol())
|
| /vim-8.2.3635/src/ |
| H A D | popupwin.c | 3466 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 D | eval.txt | 2924 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 D | usr_41.txt | 762 screencol() get screen column of the cursor
|
| H A D | tags | 8950 screencol() eval.txt /*screencol()*
|
| H A D | version7.txt | 10288 Debugging functions: |screenattr()|, |screenchar()|, |screencol()|, 14649 Solution: Add the screencol() and screenrow() functions. Use them in
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vim.vim | 83 …op_type_get pyeval readdir reg_recording remote_foreground remove round screencol searchcount serv…
|