summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_cmdline.vim
AgeCommit message (Expand)Author
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
2020-03-01patch 8.2.0342: some code in ex_getln.c not covered by testsv8.2.0342Bram Moolenaar
2020-02-29patch 8.2.0335: no completion for :disassemblev8.2.0335Bram Moolenaar
2020-02-29patch 8.2.0332: some code in ex_getln.c not covered by testsv8.2.0332Bram Moolenaar
2020-02-27patch 8.2.0325: ex_getln.c code not covered by testsv8.2.0325Bram Moolenaar
2020-02-25patch 8.2.0316: ex_getln.c code has insufficient test coveragev8.2.0316Bram Moolenaar
2020-02-21patch 8.2.0293: various Ex commands not sufficiently testedv8.2.0293Bram Moolenaar
2020-02-16patch 8.2.0261: some code not covered by testsv8.2.0261Bram Moolenaar
2020-02-14patch 8.2.0257: cannot recognize a terminal in a popup windowv8.2.0257Bram Moolenaar
2020-02-11patch 8.2.0243: insufficient code coverage for ex_docmd.c functionsv8.2.0243Bram Moolenaar
2020-01-19patch 8.2.0131: command line is not cleared when switching tabsv8.2.0131Bram Moolenaar
2019-12-28patch 8.2.0051: command line completion test skippedv8.2.0051Bram Moolenaar
2019-12-27patch 8.2.0049: command line completion not fully testedv8.2.0049Bram Moolenaar
2019-12-18patch 8.2.0023: command line editing not sufficiently testedv8.2.0023Bram Moolenaar
2019-12-05patch 8.1.2390: test94 is old style, fix 7.4.441 not testedv8.1.2390Bram Moolenaar
2019-12-04patch 8.1.2385: opening cmdline window with feedkeys() does not workv8.1.2385Bram Moolenaar
2019-11-26patch 8.1.2348: :const cannot be followed by "| endif"v8.1.2348Bram Moolenaar
2019-10-27patch 8.1.2227: layout wrong if 'lines' changes while cmdline window is openv8.1.2227Bram Moolenaar
2019-10-27patch 8.1.2225: the "last used" info of a buffer is under usedv8.1.2225Bram Moolenaar
2019-10-12patch 8.1.2143: cannot see each command even when 'verbose' is setv8.1.2143Bram Moolenaar
2019-09-15patch 8.1.2037: can call win_gotoid() in cmdline windowv8.1.2037Bram Moolenaar
2019-09-09patch 8.1.2017: cannot execute commands after closing the cmdline windowv8.1.2017Bram Moolenaar
2019-09-06patch 8.1.1993: more functions can be used as methodsv8.1.1993Bram Moolenaar
2019-08-24patch 8.1.1925: more functions can be used as methodsv8.1.1925Bram Moolenaar
2019-06-15patch 8.1.1546: in some tests 'tags' is set but not restoredv8.1.1546Bram Moolenaar
2019-05-04patch 8.1.1268: map completion test fails in GUIv8.1.1268Bram Moolenaar
2019-05-03patch 8.1.1254: mapping completion contains dead codev8.1.1254Bram Moolenaar
2019-05-03patch 8.1.1253: mapping completion test failsv8.1.1253Bram Moolenaar
2019-05-03patch 8.1.1252: not all mapping completion is testedv8.1.1252Bram Moolenaar
2019-05-03patch 8.1.1251: no test for completion of mapping keysv8.1.1251Bram Moolenaar
2019-03-28patch 8.1.1063: insufficient testing for wildmenu completionv8.1.1063Bram Moolenaar
2019-01-27patch 8.1.0836: user completion test can fail on MS-Windowsv8.1.0836Bram Moolenaar
2019-01-24patch 8.1.0811: too many #ifdefsv8.1.0811Bram Moolenaar
2018-12-31patch 8.1.0668: no test for overstrike mode in the command linev8.1.0668Bram Moolenaar
2018-07-28patch 8.1.0223: completing shell command finds sub-directories in $PATHv8.1.0223Bram Moolenaar
2018-06-23patch 8.1.0101: no test for getcmdwintype()v8.1.0101Bram Moolenaar
2018-06-19patch 8.1.0085: no test for completing user name and languagev8.1.0085Bram Moolenaar
2018-05-22patch 8.1.0017: shell command completion has duplicatesv8.1.0017Bram Moolenaar
2018-05-12patch 8.0.1816: no test for setcmdpos()v8.0.1816Bram Moolenaar
2018-05-01patch 8.0.1787: cannot insert the whole cursor linev8.0.1787Bram Moolenaar
2018-04-07patch 8.0.1672: error during completion causes command to be cancelledv8.0.1672Bram Moolenaar
2018-03-29patch 8.0.1649: no completion for argument list commandsv8.0.1649Bram Moolenaar
2017-10-28patch 8.0.1231: expanding file name drops dashv8.0.1231Bram Moolenaar
2017-10-15patch 8.0.1200: tests switch the bell off twicev8.0.1200Bram Moolenaar
2017-08-06patch 8.0.0878: no completion for :mapclearv8.0.0878Bram Moolenaar
2017-04-10patch 8.0.0562: not enough test coverage for syntax commandsv8.0.0562Bram Moolenaar