summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_popupwin.vim
AgeCommit message (Expand)Author
2020-10-15patch 8.2.1848: crash when passing a NULL string or list to popup_settext()v8.2.1848Bram Moolenaar
2020-10-06patch 8.2.1807: can use :help in a terminal popup windowv8.2.1807Bram Moolenaar
2020-09-28patch 8.2.1769: popup filter interferes with using :normal to move the cursorv8.2.1769Bram Moolenaar
2020-09-27patch 8.2.1766: Vim9: Some tests are still using :letv8.2.1766Bram Moolenaar
2020-09-27patch 8.2.1763: Vim9: cannot use "true" for popup window scrollbar optionv8.2.1763Bram Moolenaar
2020-09-26patch 8.2.1750: popup_setoptions() setting firstline fails if cursorline setv8.2.1750Bram Moolenaar
2020-09-24patch 8.2.1737: cursor line highlight in popup window is not always updatedv8.2.1737Bram Moolenaar
2020-09-23patch 8.2.1732: stuck when win_execute() for a popup causes an errorv8.2.1732Bram Moolenaar
2020-09-23patch 8.2.1729: endless loop when ":normal" feeds popup window filterv8.2.1729Bram Moolenaar
2020-09-22patch 8.2.1727: a popup created with "cursorline" will ignore "firstline"v8.2.1727Bram Moolenaar
2020-09-08patch 8.2.1636: get stuck if a popup filter causes an errorv8.2.1636Bram Moolenaar
2020-09-04patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar
2020-09-03patch 8.2.1581: using line() for global popup window doesn't workv8.2.1581Bram Moolenaar
2020-09-02patch 8.2.1578: Vim9: popup_clear() does not take "true" as argumentv8.2.1578Bram Moolenaar
2020-08-20patch 8.2.1498: on slow systems tests can be flakyv8.2.1498Bram Moolenaar
2020-08-10patch 8.2.1415: closing a popup window with CTRL-C interrupts 'statusline'v8.2.1415Bram Moolenaar
2020-08-10patch 8.2.1414: popupwindow missing last couple of linesv8.2.1414Bram Moolenaar
2020-08-09patch 8.2.1406: popupwindow lacks scrollbar if no "maxheight" is usedv8.2.1406Bram Moolenaar
2020-07-30patch 8.2.1326: Vim9: skipping over white space after listv8.2.1326Bram Moolenaar
2020-07-27patch 8.2.1307: popup window width does not include number of sign columnsv8.2.1307Bram Moolenaar
2020-07-26patch 8.2.1303: calling popup_setoptions() resets 'signcolumn'v8.2.1303Bram Moolenaar
2020-07-18patch 8.2.1237: changing 'completepopup' after opening popup has no effectv8.2.1237Bram Moolenaar
2020-07-15patch 8.2.1220: memory access error when dragging a popup windowv8.2.1220Bram Moolenaar
2020-07-12patch 8.2.1194: test failure because shell prompt differsv8.2.1194Bram Moolenaar
2020-07-12patch 8.2.1193: terminal window not redrawn when dragging a popup windowv8.2.1193Bram Moolenaar
2020-06-26patch 8.2.1061: insufficient testing for src/window.cv8.2.1061Bram Moolenaar
2020-06-22patch 8.2.1038: popupwin test failsv8.2.1038Bram Moolenaar
2020-06-22patch 8.2.1036: popupwin test fails sometimesv8.2.1036Bram Moolenaar
2020-06-20patch 8.2.1020: popupwin test fails in the GUIv8.2.1020Bram Moolenaar
2020-06-19patch 8.2.1015: popup filter gets key with modifier prependedv8.2.1015Bram Moolenaar
2020-06-15patch 8.2.0984: not using previous window when closing a shell popup windowv8.2.0984Bram Moolenaar
2020-05-27patch 8.2.0834: :drop command in terminal popup causes problemsv8.2.0834Bram Moolenaar
2020-05-18patch 8.2.0791: a second popup window with terminal causes troublev8.2.0791Bram Moolenaar
2020-05-13patch 8.2.0752: terminal in popup window test is a bit flakyv8.2.0752Bram Moolenaar
2020-05-13patch 8.2.0748: cannot get a list of all popupsv8.2.0748Bram Moolenaar
2020-05-12patch 8.2.0743: can move to another buffer from a terminal in popup windowv8.2.0743Bram Moolenaar
2020-04-21patch 8.2.0615: regexp benchmark stest is old stylev8.2.0615Bram Moolenaar
2020-04-08patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar
2020-03-20patch 8.2.0422: crash when passing popup window to win_splitmove()v8.2.0422Bram Moolenaar
2020-03-09patch 8.2.0367: can use :pedit in a popup windowv8.2.0367Bram Moolenaar
2020-03-06patch 8.2.0359: popup_atcursor() may hangv8.2.0359Bram Moolenaar
2020-03-04patch 8.2.0356: MS-Windows: feedkeys() with VIMDLL cannot handle CSIv8.2.0356Bram Moolenaar
2020-02-28patch 8.2.0329: popup filter converts 0x80 bytesv8.2.0329Bram Moolenaar
2020-02-11patch 8.2.0242: preview popup window test fails with long directory namev8.2.0242Bram Moolenaar
2020-02-03patch 8.2.0204: crash when using winnr('j') in a popup windowv8.2.0204Bram Moolenaar
2020-02-02patch 8.2.0196: blocking commands for a finished job in a popup windowv8.2.0196Bram Moolenaar
2020-01-30patch 8.2.0179: still a few places where range() does not workv8.2.0179Bram Moolenaar
2020-01-23patch 8.2.0142: possible to enter popup window with CTRL-W pv8.2.0142Bram Moolenaar
2020-01-18patch 8.2.0127: some buffer commands work in a popup windowv8.2.0127Bram Moolenaar
2020-01-14patch 8.2.0118: crash when cycling to buffers involving popup windowv8.2.0118Bram Moolenaar