Lines Matching refs:popup
1 " Tests for popup windows
50 " resize popup, show empty line at bottom
60 " move popup over ruler
346 " cursor in a line in top half, using "botleft" with popup that
355 " cursor in a line in top half, using "botleft" with popup that
365 " cursor in a line in top half, using "botleft" with popup that
374 " cursor in a line in bottom half, using "botleft" with popup that
384 " cursor in a line in bottom half, using "topleft" with popup that
393 " cursor in a line in top half, using "topleft" with popup that
403 " cursor in a line in top half, using "topleft" with popup that
412 " cursor in a line in top half, using "topleft" with popup that
471 " check line() works with popup window
553 " create a popup that covers the command line
598 " create a popup that covers the terminal window
853 " create a popup with some text to be selected
888 " default popup is local to tab, not visible when in other tab
904 " global popup is visible in any tab
915 " create popup in other tab
1189 " error is given for existing non-popup window
1417 " not enough room above, popup goes below the cursor
1426 " cursor in first line, popup in line 2
1572 " x closes the popup
1669 call WaitFor({-> term_getline(buf, 9) =~ 'Not allowed in a popup window'})
1724 " mapping won't be used in popup
1791 " Create a popup without title or border, a line of padding will be added to
2623 " above and below popup
2628 " left and right of popup
2633 " top and bottom in popup
2640 " left and right margin in popup
2756 " Exiting shell closes popup window
2982 " check that when the popup is closed in the filter the screen is redrawn
3108 " Cursor in second line when creating the popup
3238 set completeopt+=preview,popup
3298 set completeopt-=popup completeopt+=popuphidden
3333 \ 'popup below',
3334 \ 'popup below',
3335 \ 'popup below',
3336 \ 'popup below',
3345 \ 'popup on top',
3346 \ 'popup on top',
3347 \ 'popup on top',
3357 " Check that no autocommands are triggered for the info popup
3358 au WinEnter * if win_gettype() == 'popup' | call setline(2, 'WinEnter') | endif
3359 au WinLeave * if win_gettype() == 'popup' | call setline(2, 'WinLeave') | endif
3398 " Hide the info popup, cycle through buffers, make sure it didn't get
3407 " Test that when the option is changed the popup changes.
3504 set completeopt+=preview,popup
3550 " Test that popup windows that are opened while popup menu is open are
3615 " Create two popups with a filter that closes the popup when typing "0".
3692 " add sign to popup buffer, shows
3694 " add sign to popup buffer, does not show
3830 " the display. Check that showing a popup on top of that doesn't crash.
3887 " Tests that when creating a popup right after closing a terminal window does
3888 " not make the popup the current window.