summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_cmdline.vim
AgeCommit message (Expand)Author
2021-06-13patch 8.2.2992: Vim9: completion for :disassemble is incompletev8.2.2992Bram Moolenaar
2021-06-13patch 8.2.2991: Vim9: no completion for :vim9 and :legacyv8.2.2991Bram Moolenaar
2021-05-30patch 8.2.2910: test for cmdline window and terminal fails on MS-Windowsv8.2.2910Bram Moolenaar
2021-05-30patch 8.2.2908: crash when using a terminal popup window from cmdline windowv8.2.2908Bram Moolenaar
2021-05-26patch 8.2.2887: crash when passing null string to fullcommand()v8.2.2887Bram Moolenaar
2021-05-19patch 8.2.2873: not enough tests for writing buffersv8.2.2873Yegappan Lakshmanan
2021-05-18patch 8.2.2870: CmdlineChange event triggered twice for CTRL-Rv8.2.2870Bram Moolenaar
2021-05-15patch 8.2.2851: using <Cmd> mapping on the command line triggers CmdlineChangedv8.2.2851Bram Moolenaar
2021-05-13patch 8.2.2850: recalling commands from history is not testedv8.2.2850obcat
2021-03-28patch 8.2.2669: command line completion does not work after "vim9"v8.2.2669Bram Moolenaar
2021-02-14patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some placesv8.2.2511Bram Moolenaar
2021-02-06patch 8.2.2468: not easy to get the full command name from a shortened onev8.2.2468Bram Moolenaar
2021-01-30patch 8.2.2433: opening cmdline window gives error in BufLeave autocommandv8.2.2433Bram Moolenaar
2021-01-26patch 8.2.2415: no way to check for the cmdwin featurev8.2.2415Bram Moolenaar
2021-01-13patch 8.2.2341: expresison command line completion incomplete after "g:"v8.2.2341Bram Moolenaar
2020-12-28patch 8.2.2234: command line wildmenu test often fails with Unix GUIv8.2.2234Bram Moolenaar
2020-12-26patch 8.2.2221: if <Down> is mapped on the command line 'wildchar' is insertedv8.2.2221Bram Moolenaar
2020-12-24patch 8.2.2206: :exe command line completion only works for first argumentv8.2.2206Bram Moolenaar
2020-11-21patch 8.2.2030: some tests fail on Macv8.2.2030Bram Moolenaar
2020-10-05patch 8.2.1803: a few failures are not testedv8.2.1803Bram Moolenaar
2020-09-23patch 8.2.1736: failure to compile a pattern not tested muchv8.2.1736Bram Moolenaar
2020-09-07patch 8.2.1634: loop to handle keys for the command line is too longv8.2.1634Bram Moolenaar
2020-09-04patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar
2020-09-03patch 8.2.1580: wildmenu does not work properlyv8.2.1580Bram Moolenaar
2020-08-12patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar
2020-07-11patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar
2020-07-03patch 8.2.1121: command completion not working after ++argv8.2.1121Bram Moolenaar
2020-06-28patch 8.2.1077: no enough test coverage for highlightingv8.2.1077Bram Moolenaar
2020-06-24patch 8.2.1046: insufficient tests for src/buffer.cv8.2.1046Bram Moolenaar
2020-06-18patch 8.2.1007: completion doesn't work after ":r ++arg !"v8.2.1007Bram Moolenaar
2020-06-16patch 8.2.0988: getting directory contents is always case sortedv8.2.0988Bram Moolenaar
2020-06-12patch 8.2.0961: MS-Windows: no completion for localesv8.2.0961Bram Moolenaar
2020-06-07patch 8.2.0926: cmdline test fails on Appveyorv8.2.0926Bram Moolenaar
2020-06-07patch 8.2.0925: getcompletion() does not return command line argumentsv8.2.0925Bram Moolenaar
2020-06-07patch 8.2.0923: cmdline test is slowv8.2.0923Bram Moolenaar
2020-06-07patch 8.2.0921: CTRL-W T in cmdline window causes troublev8.2.0921Bram Moolenaar
2020-06-06patch 8.2.0911: crash when opening a buffer for the cmdline window failsv8.2.0911Bram Moolenaar
2020-06-04patch 8.2.0905: test coverage could be betterv8.2.0905Bram Moolenaar
2020-04-27patch 8.2.0648: semicolon search does not work in first linev8.2.0648Bram 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-30patch 8.2.0482: channel and sandbox code not sufficiently testedv8.2.0482Bram Moolenaar
2020-03-25patch 8.2.0448: various functions not properly testedv8.2.0448Bram Moolenaar
2020-03-22patch 8.2.0430: window creation failure not properly testedv8.2.0430Bram Moolenaar
2020-03-20patch 8.2.0418: code in eval.c not sufficiently covered by testsv8.2.0418Bram Moolenaar
2020-03-18patch 8.2.0401: not enough test coverage for evalvars.cv8.2.0401Bram Moolenaar
2020-03-16patch 8.2.0396: cmdexpand.c insufficiently testedv8.2.0396Bram Moolenaar
2020-03-10patch 8.2.0369: various Normal mode commands not fully testedv8.2.0369Bram Moolenaar
2020-03-08patch 8.2.0363: some Normal mode commands not testedv8.2.0363Bram Moolenaar
2020-03-02patch 8.2.0347: various code not covered by testsv8.2.0347Bram Moolenaar