summaryrefslogtreecommitdiff
path: root/src/testdir/test_popupwin.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1732: stuck when win_execute() for a popup causes an errorv8.2.1732Bram Moolenaar2020-09-231-0/+24
* patch 8.2.1729: endless loop when ":normal" feeds popup window filterv8.2.1729Bram Moolenaar2020-09-231-0/+17
* patch 8.2.1727: a popup created with "cursorline" will ignore "firstline"v8.2.1727Bram Moolenaar2020-09-221-0/+13
* patch 8.2.1636: get stuck if a popup filter causes an errorv8.2.1636Bram Moolenaar2020-09-081-1/+38
* patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar2020-09-041-2/+2
* patch 8.2.1581: using line() for global popup window doesn't workv8.2.1581Bram Moolenaar2020-09-031-0/+12
* patch 8.2.1578: Vim9: popup_clear() does not take "true" as argumentv8.2.1578Bram Moolenaar2020-09-021-7/+10
* patch 8.2.1498: on slow systems tests can be flakyv8.2.1498Bram Moolenaar2020-08-201-1/+1
* patch 8.2.1415: closing a popup window with CTRL-C interrupts 'statusline'v8.2.1415Bram Moolenaar2020-08-101-0/+25
* patch 8.2.1414: popupwindow missing last couple of linesv8.2.1414Bram Moolenaar2020-08-101-0/+7
* patch 8.2.1406: popupwindow lacks scrollbar if no "maxheight" is usedv8.2.1406Bram Moolenaar2020-08-091-0/+30
* patch 8.2.1326: Vim9: skipping over white space after listv8.2.1326Bram Moolenaar2020-07-301-1/+1
* patch 8.2.1307: popup window width does not include number of sign columnsv8.2.1307Bram Moolenaar2020-07-271-0/+10
* patch 8.2.1303: calling popup_setoptions() resets 'signcolumn'v8.2.1303Bram Moolenaar2020-07-261-0/+10
* patch 8.2.1237: changing 'completepopup' after opening popup has no effectv8.2.1237Bram Moolenaar2020-07-181-0/+6
* patch 8.2.1220: memory access error when dragging a popup windowv8.2.1220Bram Moolenaar2020-07-151-4/+25
* patch 8.2.1194: test failure because shell prompt differsv8.2.1194Bram Moolenaar2020-07-121-0/+1
* patch 8.2.1193: terminal window not redrawn when dragging a popup windowv8.2.1193Bram Moolenaar2020-07-121-0/+34
* patch 8.2.1061: insufficient testing for src/window.cv8.2.1061Bram Moolenaar2020-06-261-0/+2
* 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