| /vim-8.2.3635/src/testdir/ |
| H A D | test_popupwin.vim | 152 \ visible: 1} 204 \ visible: 1}, popup_getpos(winid)) 891 call assert_equal(1, popup_getpos(winid).visible) 894 call assert_equal(0, popup_getpos(winid).visible) 897 call assert_equal(1, popup_getpos(winid).visible) 904 " global popup is visible in any tab 906 call assert_equal(1, popup_getpos(winid).visible) 909 call assert_equal(1, popup_getpos(winid).visible) 912 call assert_equal(1, popup_getpos(winid).visible) 1247 call assert_equal(1, res.visible) [all …]
|
| H A D | test_terminal2.vim | 466 call WaitForAssert({-> assert_equal(0, term_getcursor(buf)[2].visible)}) 470 call WaitForAssert({-> assert_equal(1, buf->term_getcursor()[2].visible)})
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_25.txt | 312 into the visible text if necessary. 325 currently visible. The "window"s below the text indicate the text that is 326 visible after the command left of it. 329 some long text, part of which is visible in the window ~ 347 g0 to first visible character in this line 348 g^ to first non-blank visible character in this line 351 g$ to last visible character in this line 354 some long text, part of which is visible in one line ~
|
| H A D | debugger.txt | 54 example would be a small stop sign for a line with a breakpoint. These visible 61 highly visible.
|
| H A D | pi_paren.txt | 44 - What is visible in the window.
|
| H A D | sponsor.txt | 50 4. The voting results appear on the results page, which is visible for 102 account page. You can also select whether the amount will be visible.
|
| H A D | howto.txt | 48 |'scrolloff'| set visible context lines
|
| H A D | popup.txt | 77 The width of the window is normally equal to the longest visible line in the 409 visible one if the popup is displayed, zero if hidden 764 visible and has a filter callback key mapping is 868 property visible. 883 In case it returns FALSE and there is another popup window visible, that
|
| H A D | version4.txt | 219 t_cv t_ve cursor visible *t_cv* 220 t_cvv t_vs cursor very visible *t_cvv*
|
| H A D | autocmd.txt | 374 when popup menu is not visible 376 when popup menu visible 517 Not when it's still visible in another window. 622 height nr of items visible 627 scrollbar TRUE if visible 704 Not triggered when the popup menu is visible. 1187 Not triggered when the popup menu is visible. 1192 popup menu is visible. Otherwise the same as
|
| H A D | usr_01.txt | 52 make them visible with: >
|
| H A D | if_ole.txt | 49 is immediately visible. Simply closing the OLE connection to the Vim instance
|
| /vim-8.2.3635/runtime/pack/dist/opt/editexisting/plugin/ |
| H A D | editexisting.vim | 46 " Make sure the file is visible in a window (not hidden). 83 " Function used on the server to make the file visible and possibly execute a
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | lace.vim | 26 syn keyword laceTopStruct system root default option visible cluster 39 syn keyword laceAdaptClassName creation export visible
|
| H A D | whitespace.vim | 1 " Simplistic way to make spaces and Tabs visible
|
| H A D | readline.vim | 152 \ visible-stats 184 \ visible
|
| H A D | psf.vim | 87 " force vim to backup at least 100 lines before the top visible line
|
| H A D | css.vim | 140 syn keyword cssCommonAttr contained top bottom center stretch hidden visible 199 syn keyword cssBoxAttr contained visible hidden scroll auto 272 syn match cssInteractAttr contained "\<\(visible\)\=\(Painted\|Fill\|Stroke\)\=\>"
|
| /vim-8.2.3635/src/libvterm/include/ |
| H A D | vterm.h | 390 int (*movecursor)(VTermPos pos, VTermPos oldpos, int visible, void *user); 496 int (*movecursor)(VTermPos pos, VTermPos oldpos, int visible, void *user);
|
| /vim-8.2.3635/runtime/macros/urm/ |
| H A D | README.txt | 13 visible as a komma moving around.
|
| /vim-8.2.3635/runtime/colors/ |
| H A D | README.txt | 86 vertical separators clearly visible?
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | sqlcomplete.vim | 611 " If the omni popup window is visible 618 " If the popup is not visible, simple perform the normal 629 " If the omni popup window is visible 635 " If the popup is not visible, simple perform the normal
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | menu_ca_es.latin1.vim | 171 menutrans &View\ Cursor\ Line<Tab>zv &L�nia\ del\ cursor\ visible<Tab>zv 172 menutrans Vie&w\ Cursor\ Line\ only<Tab>zMzx &Nom�s\ visible\ la\ l�nia\ del\ cursor<Tab>zMzx
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | screen.c | 406 static int movecursor(VTermPos pos, VTermPos oldpos, int visible, void *user) in movecursor() argument 411 return (*screen->callbacks->movecursor)(pos, oldpos, visible, screen->cbdata); in movecursor()
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | matchparen.vim | 128 " Limit the search to lines visible in the window.
|