summaryrefslogtreecommitdiff
path: root/src/testdir/test_popup.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2937: popup test fails if rightleft feature not enabledv8.2.2937Dominique Pelle2021-06-041-5/+9
* patch 8.2.2877: insufficient tests for popup menu rightleftv8.2.2877Yegappan Lakshmanan2021-05-221-0/+69
* patch 8.2.2427: can still switch windows for 'completefunc'v8.2.2427Bram Moolenaar2021-01-291-4/+2
* patch 8.2.2426: allowing 'completefunc' to switch windows causes troublev8.2.2426Bram Moolenaar2021-01-291-3/+3
* patch 8.2.2207: illegal memory access if popup menu items are changedv8.2.2207Bram Moolenaar2020-12-241-2/+26
* patch 8.2.1919: assert_fails() setting emsg_silent changes normal executionv8.2.1919Bram Moolenaar2020-10-281-1/+1
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-1/+1
* patch 8.2.0670: cannot change window when evaluating 'completefunc'v8.2.0670Bram Moolenaar2020-04-301-1/+1
* patch 8.2.0614: get ml_get error when deleting a line in 'completefunc'v8.2.0614Bram Moolenaar2020-04-211-6/+4
* patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar2020-04-081-4/+4
* patch 8.2.0462: previewwindow test fails on some systemsv8.2.0462Bram Moolenaar2020-03-271-3/+7
* patch 8.2.0385: menu functionality insufficiently testedv8.2.0385Bram Moolenaar2020-03-151-0/+6
* patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar2019-12-011-16/+16
* patch 8.1.2325: crash when using balloon with empty linev8.1.2325Bram Moolenaar2019-11-211-0/+6
* patch 8.1.1915: more functions can be used as methodsv8.1.1915Bram Moolenaar2019-08-231-3/+3
* patch 8.1.1888: more functions can be used as methodsv8.1.1888Bram Moolenaar2019-08-181-10/+10
* patch 8.1.1875: cannot get size and position of the popup menuv8.1.1875Bram Moolenaar2019-08-171-1/+43
* patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar2019-08-071-6/+7
* patch 8.1.1585: :let-heredoc does not trim enoughv8.1.1585Bram Moolenaar2019-06-241-16/+19
* patch 8.1.1483: skipped tests are not properly listedv8.1.1483Bram Moolenaar2019-06-061-3/+3
* patch 8.1.1138: plugins don't get notified when the popup menu changesv8.1.1138Bram Moolenaar2019-04-081-0/+34
* patch 8.1.1123: no way to avoid filtering for autocomplete functionv8.1.1123Bram Moolenaar2019-04-061-0/+32
* patch 8.1.1068: cannot get all the information about current completionv8.1.1068Bram Moolenaar2019-03-291-0/+101
* patch 8.1.0695: internal error when using :popupv8.1.0695Bram Moolenaar2019-01-061-0/+13
* patch 8.1.0554: popup menu overlaps with preview windowv8.1.0554Bram Moolenaar2018-12-011-0/+22
* patch 8.1.0045: popup test isn't run completelyv8.1.0045Bram Moolenaar2018-06-121-29/+25
* patch 8.1.0038: popup test causes Vim to exitv8.1.0038Bram Moolenaar2018-06-071-0/+4
* patch 8.0.1806: InsertCharPre causes problems for autocompletev8.0.1806Bram Moolenaar2018-05-081-0/+30
* patch 8.0.1776: in tests, when WaitFor() fails it doesn't say whyv8.0.1776Bram Moolenaar2018-04-301-6/+3
* patch 8.0.1733: incomplete testing for completion fixv8.0.1733Bram Moolenaar2018-04-171-0/+10
* patch 8.0.1731: characters deleted on completionv8.0.1731Bram Moolenaar2018-04-171-0/+9
* patch 8.0.1578: no test for :popup in terminalv8.0.1578Bram Moolenaar2018-03-061-0/+29
* patch 8.0.1540: popup menu positioning fails with longer stringv8.0.1540Bram Moolenaar2018-02-241-0/+9
* patch 8.0.1539: no test for the popup menu positioningv8.0.1539Bram Moolenaar2018-02-241-0/+34
* patch 8.0.1482: using feedkeys() does not work to test completionv8.0.1482Bram Moolenaar2018-02-091-1/+1
* patch 8.0.1346: crash when passing 50 char string to balloon_split()v8.0.1346Bram Moolenaar2017-11-261-0/+4
* patch 8.0.1320: popup test fails on GUI-only buildv8.0.1320Bram Moolenaar2017-11-191-0/+3
* patch 8.0.1318: terminal balloon only shows one linev8.0.1318Bram Moolenaar2017-11-191-0/+33
* patch 8.0.1260: using global variables for WaitFor()v8.0.1260Bram Moolenaar2017-11-041-14/+14
* patch 8.0.1246: popup test has an arbitrary delayv8.0.1246Bram Moolenaar2017-11-021-3/+7
* patch 8.0.1241: popup test is flakyv8.0.1241Bram Moolenaar2017-10-311-1/+1
* patch 8.0.1226: edit and popup tests failingv8.0.1226Bram Moolenaar2017-10-271-1/+2
* patch 8.0.1223: crash when using autocomplete and tab pagesv8.0.1223Bram Moolenaar2017-10-261-0/+37
* patch 8.0.1200: tests switch the bell off twicev8.0.1200Bram Moolenaar2017-10-151-6/+0
* patch 8.0.1179: Test_popup_and_window_resize() does not always passv8.0.1179Bram Moolenaar2017-10-071-3/+3
* patch 8.0.1171: popup test is still a bit flakyv8.0.1171Bram Moolenaar2017-10-011-2/+1
* patch 8.0.1165: popup test is still flakyv8.0.1165Bram Moolenaar2017-09-301-0/+6
* patch 8.0.1163: popup test is flakyv8.0.1163Bram Moolenaar2017-09-301-2/+3
* patch 8.0.1161: popup menu drawing problem when resizing terminalv8.0.1161Bram Moolenaar2017-09-291-0/+34
* patch 8.0.0669: CTRL-N at start of the buffer does not work correctlyv8.0.0669Bram Moolenaar2017-06-241-0/+14