summaryrefslogtreecommitdiff
path: root/src/testdir/test_popupwin.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1038: popupwin test failsv8.2.1038Bram Moolenaar2020-06-221-2/+1
* patch 8.2.1036: popupwin test fails sometimesv8.2.1036Bram Moolenaar2020-06-221-1/+3
* patch 8.2.1020: popupwin test fails in the GUIv8.2.1020Bram Moolenaar2020-06-201-1/+5
* patch 8.2.1015: popup filter gets key with modifier prependedv8.2.1015Bram Moolenaar2020-06-191-1/+7
* patch 8.2.0984: not using previous window when closing a shell popup windowv8.2.0984Bram Moolenaar2020-06-151-0/+17
* patch 8.2.0834: :drop command in terminal popup causes problemsv8.2.0834Bram Moolenaar2020-05-271-0/+3
* patch 8.2.0791: a second popup window with terminal causes troublev8.2.0791Bram Moolenaar2020-05-181-4/+9
* patch 8.2.0752: terminal in popup window test is a bit flakyv8.2.0752Bram Moolenaar2020-05-131-1/+4
* patch 8.2.0748: cannot get a list of all popupsv8.2.0748Bram Moolenaar2020-05-131-2/+11
* patch 8.2.0743: can move to another buffer from a terminal in popup windowv8.2.0743Bram Moolenaar2020-05-121-0/+8
* patch 8.2.0615: regexp benchmark stest is old stylev8.2.0615Bram Moolenaar2020-04-211-0/+14
* patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar2020-04-081-8/+8
* patch 8.2.0422: crash when passing popup window to win_splitmove()v8.2.0422Bram Moolenaar2020-03-201-0/+12
* patch 8.2.0367: can use :pedit in a popup windowv8.2.0367Bram Moolenaar2020-03-091-0/+1
* patch 8.2.0359: popup_atcursor() may hangv8.2.0359Bram Moolenaar2020-03-061-0/+13
* patch 8.2.0356: MS-Windows: feedkeys() with VIMDLL cannot handle CSIv8.2.0356Bram Moolenaar2020-03-041-5/+3
* patch 8.2.0329: popup filter converts 0x80 bytesv8.2.0329Bram Moolenaar2020-02-281-3/+27
* patch 8.2.0242: preview popup window test fails with long directory namev8.2.0242Bram Moolenaar2020-02-111-2/+2
* patch 8.2.0204: crash when using winnr('j') in a popup windowv8.2.0204Bram Moolenaar2020-02-031-1/+6
* patch 8.2.0196: blocking commands for a finished job in a popup windowv8.2.0196Bram Moolenaar2020-02-021-2/+12
* patch 8.2.0179: still a few places where range() does not workv8.2.0179Bram Moolenaar2020-01-301-2/+21
* patch 8.2.0142: possible to enter popup window with CTRL-W pv8.2.0142Bram Moolenaar2020-01-231-0/+6
* patch 8.2.0127: some buffer commands work in a popup windowv8.2.0127Bram Moolenaar2020-01-181-0/+4
* patch 8.2.0118: crash when cycling to buffers involving popup windowv8.2.0118Bram Moolenaar2020-01-141-1/+11
* patch 8.2.0096: cannot create tiny popup window in last columnv8.2.0096Bram Moolenaar2020-01-061-25/+53
* patch 8.1.2420: crash when calling popup_close() in win_execute()v8.1.2420Bram Moolenaar2019-12-111-0/+4
* patch 8.1.2418: bufnr('$') is wrong after recycling popup bufferv8.1.2418Bram Moolenaar2019-12-101-0/+17
* patch 8.1.2399: info popup on top of cursor if it doesn't fitv8.1.2399Bram Moolenaar2019-12-061-0/+52
* patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar2019-12-011-0/+5
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-1/+1
* patch 8.1.2365: missing tests for recent popupwin changesv8.1.2365Bram Moolenaar2019-11-301-0/+58
* patch 8.1.2324: with of scrollbar in popup menu not taken into accountv8.1.2324Bram Moolenaar2019-11-211-0/+6
* patch 8.1.2304: cannot get the mouse position when getting a mouse clickv8.1.2304Bram Moolenaar2019-11-161-26/+90
* patch 8.1.2300: redraw breaks going through list of popup windowsv8.1.2300Bram Moolenaar2019-11-131-0/+34
* patch 8.1.2295: if buffer of popup is in another window cursorline sign showsv8.1.2295Bram Moolenaar2019-11-121-0/+17
* patch 8.1.2292: v:mouse_winid not set on click in popup windowv8.1.2292Bram Moolenaar2019-11-111-0/+3
* patch 8.1.2288: not using all space when popup with "topleft" flips to abovev8.1.2288Bram Moolenaar2019-11-101-2/+2
* patch 8.1.2287: using EndOfBuffer highlight in popup does not look goodv8.1.2287Bram Moolenaar2019-11-101-0/+1
* patch 8.1.2273: wrong default when "pos" is changed with popup_atcursor()v8.1.2273Bram Moolenaar2019-11-091-0/+36
* patch 8.1.2266: position unknown for a mouse click in a popup windowv8.1.2266Bram Moolenaar2019-11-061-0/+38
* patch 8.1.2265: when popup with "botleft" does not fit it flips incorrectlyv8.1.2265Bram Moolenaar2019-11-061-0/+94
* patch 8.1.2250: CTRL-U and CTRL-D don't work in popup windowv8.1.2250Bram Moolenaar2019-11-031-0/+21
* patch 8.1.2241: match highlight does not combine with 'wincolor'v8.1.2241Bram Moolenaar2019-11-021-2/+3
* patch 8.1.2240: popup window width changes when scrollingv8.1.2240Bram Moolenaar2019-11-021-0/+45
* patch 8.1.2210: using negative offset for popup_create() does not workv8.1.2210Bram Moolenaar2019-10-241-3/+11
* patch 8.1.2193: popup_setoptions(popup_getoptions()) does not workv8.1.2193Bram Moolenaar2019-10-201-0/+4
* patch 8.1.2192: cannot easily fill the info popup asynchronouslyv8.1.2192Bram Moolenaar2019-10-201-0/+59
* patch 8.1.2164: stuck when using "j" in a popupwin with popup_filter_menuv8.1.2164Bram Moolenaar2019-10-161-0/+32
* patch 8.1.2110: CTRL-C closes two popups instead of onev8.1.2110Bram Moolenaar2019-10-031-0/+22
* patch 8.1.2109: popup_getoptions() hangs with tab-local popupv8.1.2109Bram Moolenaar2019-10-021-0/+12