summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_popup.vim
AgeCommit message (Expand)Author
11 dayspatch 9.1.0534: completion wrong with fuzzy when cycling back to originalv9.1.0534glepnir
2024-06-17patch 9.1.0496: matched text is highlighted case-sensitivelyv9.1.0496glepnir
2024-06-16patch 9.1.0494: Wrong matched text highlighted in pum with 'rightleft'v9.1.0494zeertzjq
2024-06-15patch 9.1.0491: Cmdline pum doesn't work properly with 'rightleft'v9.1.0491zeertzjq
2024-06-14patch 9.1.0485: Matched text shouldn't be highlighted in "kind" and "menu"v9.1.0485zeertzjq
2024-06-11patch 9.1.0476: Cannot see matched text in popup menuv9.1.0476glepnir
2024-05-27patch 9.1.0447: completion may be wrong when deleting all charsv9.1.0447glepnir
2024-02-11patch 9.1.0098: CompletionChanged not triggered when new leader added without...v9.1.0098glepnir
2024-02-03patch 9.1.0075: insert completion not correct when adding new leaderv9.1.0075glepnir
2023-04-27patch 9.0.1493: popup menu position wrong in window with toolbarv9.0.1493zeertzjq
2023-03-10patch 9.0.1397: highlight for popupmenu kind and extra cannot be setv9.0.1397Gianmaria Bajo
2023-01-28patch 9.0.1257: code style is not check in test scriptsv9.0.1257Bram Moolenaar
2022-11-12patch 9.0.0866: no test for what patch 8.2.2207 fixesv9.0.0866zeertzjq
2022-10-06patch 9.0.0678: using exclamation marks on :functionv9.0.0678Bram Moolenaar
2022-09-29patch 9.0.0625: too many delete() calls in testsv9.0.0625Bram Moolenaar
2022-07-26patch 9.0.0076: no test for what patch 8.1.1424 fixesv9.0.0076zeertzjq
2022-06-21patch 8.2.5143: some tests fail when using valgrindv8.2.5143Bram Moolenaar
2022-05-27patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq
2022-04-30patch 8.2.4848: local completion with mappings and simplification not workingv8.2.4848zeertzjq
2022-02-10patch 8.2.4339: CTRL-A does not work properly with the cmdline popup menuv8.2.4339Yegappan Lakshmanan
2021-10-16patch 8.2.3518: Test_xrestore sometimes failsv8.2.3518Bram Moolenaar
2021-10-03patch 8.2.3465: cannot detect insert scroll modev8.2.3465zeertzjq
2021-06-04patch 8.2.2937: popup test fails if rightleft feature not enabledv8.2.2937Dominique Pelle
2021-05-22patch 8.2.2877: insufficient tests for popup menu rightleftv8.2.2877Yegappan Lakshmanan
2021-01-29patch 8.2.2427: can still switch windows for 'completefunc'v8.2.2427Bram Moolenaar
2021-01-29patch 8.2.2426: allowing 'completefunc' to switch windows causes troublev8.2.2426Bram Moolenaar
2020-12-24patch 8.2.2207: illegal memory access if popup menu items are changedv8.2.2207Bram Moolenaar
2020-10-28patch 8.2.1919: assert_fails() setting emsg_silent changes normal executionv8.2.1919Bram Moolenaar
2020-07-11patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar
2020-04-30patch 8.2.0670: cannot change window when evaluating 'completefunc'v8.2.0670Bram Moolenaar
2020-04-21patch 8.2.0614: get ml_get error when deleting a line in 'completefunc'v8.2.0614Bram Moolenaar
2020-04-08patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar
2020-03-27patch 8.2.0462: previewwindow test fails on some systemsv8.2.0462Bram Moolenaar
2020-03-15patch 8.2.0385: menu functionality insufficiently testedv8.2.0385Bram Moolenaar
2019-12-01patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar
2019-11-21patch 8.1.2325: crash when using balloon with empty linev8.1.2325Bram Moolenaar
2019-08-23patch 8.1.1915: more functions can be used as methodsv8.1.1915Bram Moolenaar
2019-08-18patch 8.1.1888: more functions can be used as methodsv8.1.1888Bram Moolenaar
2019-08-17patch 8.1.1875: cannot get size and position of the popup menuv8.1.1875Bram Moolenaar
2019-08-07patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar
2019-06-24patch 8.1.1585: :let-heredoc does not trim enoughv8.1.1585Bram Moolenaar
2019-06-06patch 8.1.1483: skipped tests are not properly listedv8.1.1483Bram Moolenaar
2019-04-08patch 8.1.1138: plugins don't get notified when the popup menu changesv8.1.1138Bram Moolenaar
2019-04-06patch 8.1.1123: no way to avoid filtering for autocomplete functionv8.1.1123Bram Moolenaar
2019-03-29patch 8.1.1068: cannot get all the information about current completionv8.1.1068Bram Moolenaar
2019-01-06patch 8.1.0695: internal error when using :popupv8.1.0695Bram Moolenaar
2018-12-01patch 8.1.0554: popup menu overlaps with preview windowv8.1.0554Bram Moolenaar
2018-06-12patch 8.1.0045: popup test isn't run completelyv8.1.0045Bram Moolenaar
2018-06-07patch 8.1.0038: popup test causes Vim to exitv8.1.0038Bram Moolenaar
2018-05-08patch 8.0.1806: InsertCharPre causes problems for autocompletev8.0.1806Bram Moolenaar