Home
last modified time | relevance | path

Searched refs:visible (Results 1 – 25 of 79) sorted by relevance

1234

/vim-8.2.3635/src/testdir/
H A Dtest_popupwin.vim152 \ 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 Dtest_terminal2.vim466 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 Dusr_25.txt312 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 Ddebugger.txt54 example would be a small stop sign for a line with a breakpoint. These visible
61 highly visible.
H A Dpi_paren.txt44 - What is visible in the window.
H A Dsponsor.txt50 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 Dhowto.txt48 |'scrolloff'| set visible context lines
H A Dpopup.txt77 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 Dversion4.txt219 t_cv t_ve cursor visible *t_cv*
220 t_cvv t_vs cursor very visible *t_cvv*
H A Dautocmd.txt374 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 Dusr_01.txt52 make them visible with: >
H A Dif_ole.txt49 is immediately visible. Simply closing the OLE connection to the Vim instance
/vim-8.2.3635/runtime/pack/dist/opt/editexisting/plugin/
H A Deditexisting.vim46 " 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 Dlace.vim26 syn keyword laceTopStruct system root default option visible cluster
39 syn keyword laceAdaptClassName creation export visible
H A Dwhitespace.vim1 " Simplistic way to make spaces and Tabs visible
H A Dreadline.vim152 \ visible-stats
184 \ visible
H A Dpsf.vim87 " force vim to backup at least 100 lines before the top visible line
H A Dcss.vim140 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 Dvterm.h390 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 DREADME.txt13 visible as a komma moving around.
/vim-8.2.3635/runtime/colors/
H A DREADME.txt86 vertical separators clearly visible?
/vim-8.2.3635/runtime/autoload/
H A Dsqlcomplete.vim611 " 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 Dmenu_ca_es.latin1.vim171 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 Dscreen.c406 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 Dmatchparen.vim128 " Limit the search to lines visible in the window.

1234