summaryrefslogtreecommitdiff
path: root/src/testdir/test_cmdline.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some placesv8.2.2511Bram Moolenaar2021-02-141-1/+1
* patch 8.2.2468: not easy to get the full command name from a shortened onev8.2.2468Bram Moolenaar2021-02-061-0/+37
* patch 8.2.2433: opening cmdline window gives error in BufLeave autocommandv8.2.2433Bram Moolenaar2021-01-301-0/+1
* patch 8.2.2415: no way to check for the cmdwin featurev8.2.2415Bram Moolenaar2021-01-261-4/+22
* patch 8.2.2341: expresison command line completion incomplete after "g:"v8.2.2341Bram Moolenaar2021-01-131-0/+4
* patch 8.2.2234: command line wildmenu test often fails with Unix GUIv8.2.2234Bram Moolenaar2020-12-281-12/+15
* patch 8.2.2221: if <Down> is mapped on the command line 'wildchar' is insertedv8.2.2221Bram Moolenaar2020-12-261-0/+13
* patch 8.2.2206: :exe command line completion only works for first argumentv8.2.2206Bram Moolenaar2020-12-241-0/+11
* patch 8.2.2030: some tests fail on Macv8.2.2030Bram Moolenaar2020-11-211-2/+31
* patch 8.2.1803: a few failures are not testedv8.2.1803Bram Moolenaar2020-10-051-0/+4
* patch 8.2.1736: failure to compile a pattern not tested muchv8.2.1736Bram Moolenaar2020-09-231-0/+2
* patch 8.2.1634: loop to handle keys for the command line is too longv8.2.1634Bram Moolenaar2020-09-071-0/+9
* patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar2020-09-041-1/+1
* patch 8.2.1580: wildmenu does not work properlyv8.2.1580Bram Moolenaar2020-09-031-0/+28
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-24/+12
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-3/+3
* patch 8.2.1121: command completion not working after ++argv8.2.1121Bram Moolenaar2020-07-031-1/+4
* patch 8.2.1077: no enough test coverage for highlightingv8.2.1077Bram Moolenaar2020-06-281-0/+12
* patch 8.2.1046: insufficient tests for src/buffer.cv8.2.1046Bram Moolenaar2020-06-241-0/+1
* patch 8.2.1007: completion doesn't work after ":r ++arg !"v8.2.1007Bram Moolenaar2020-06-181-0/+15
* patch 8.2.0988: getting directory contents is always case sortedv8.2.0988Bram Moolenaar2020-06-161-1/+14
* patch 8.2.0961: MS-Windows: no completion for localesv8.2.0961Bram Moolenaar2020-06-121-11/+7
* patch 8.2.0926: cmdline test fails on Appveyorv8.2.0926Bram Moolenaar2020-06-071-21/+21
* patch 8.2.0925: getcompletion() does not return command line argumentsv8.2.0925Bram Moolenaar2020-06-071-1/+15
* patch 8.2.0923: cmdline test is slowv8.2.0923Bram Moolenaar2020-06-071-3/+3
* patch 8.2.0921: CTRL-W T in cmdline window causes troublev8.2.0921Bram Moolenaar2020-06-071-0/+21
* patch 8.2.0911: crash when opening a buffer for the cmdline window failsv8.2.0911Bram Moolenaar2020-06-061-0/+27
* patch 8.2.0905: test coverage could be betterv8.2.0905Bram Moolenaar2020-06-041-0/+16
* patch 8.2.0648: semicolon search does not work in first linev8.2.0648Bram Moolenaar2020-04-271-0/+11
* patch 8.2.0615: regexp benchmark stest is old stylev8.2.0615Bram Moolenaar2020-04-211-0/+3
* patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar2020-04-081-3/+3
* patch 8.2.0482: channel and sandbox code not sufficiently testedv8.2.0482Bram Moolenaar2020-03-301-0/+9
* patch 8.2.0448: various functions not properly testedv8.2.0448Bram Moolenaar2020-03-251-0/+5
* patch 8.2.0430: window creation failure not properly testedv8.2.0430Bram Moolenaar2020-03-221-14/+0
* patch 8.2.0418: code in eval.c not sufficiently covered by testsv8.2.0418Bram Moolenaar2020-03-201-52/+3
* patch 8.2.0401: not enough test coverage for evalvars.cv8.2.0401Bram Moolenaar2020-03-181-4/+38
* patch 8.2.0396: cmdexpand.c insufficiently testedv8.2.0396Bram Moolenaar2020-03-161-12/+165
* patch 8.2.0369: various Normal mode commands not fully testedv8.2.0369Bram Moolenaar2020-03-101-0/+4
* patch 8.2.0363: some Normal mode commands not testedv8.2.0363Bram Moolenaar2020-03-081-0/+10
* patch 8.2.0347: various code not covered by testsv8.2.0347Bram Moolenaar2020-03-021-2/+50
* patch 8.2.0342: some code in ex_getln.c not covered by testsv8.2.0342Bram Moolenaar2020-03-011-0/+35
* patch 8.2.0335: no completion for :disassemblev8.2.0335Bram Moolenaar2020-02-291-0/+11
* patch 8.2.0332: some code in ex_getln.c not covered by testsv8.2.0332Bram Moolenaar2020-02-291-5/+46
* patch 8.2.0325: ex_getln.c code not covered by testsv8.2.0325Bram Moolenaar2020-02-271-0/+128
* patch 8.2.0316: ex_getln.c code has insufficient test coveragev8.2.0316Bram Moolenaar2020-02-251-0/+47
* patch 8.2.0293: various Ex commands not sufficiently testedv8.2.0293Bram Moolenaar2020-02-211-0/+29
* patch 8.2.0261: some code not covered by testsv8.2.0261Bram Moolenaar2020-02-161-0/+43
* patch 8.2.0257: cannot recognize a terminal in a popup windowv8.2.0257Bram Moolenaar2020-02-141-0/+2
* patch 8.2.0243: insufficient code coverage for ex_docmd.c functionsv8.2.0243Bram Moolenaar2020-02-111-0/+9
* patch 8.2.0131: command line is not cleared when switching tabsv8.2.0131Bram Moolenaar2020-01-191-0/+18