summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_cmdline.vim
AgeCommit message (Expand)Author
2021-11-21patch 8.2.3638: getcompletion() always passes zero as positionv8.2.3638ii14
2021-11-17patch 8.2.3608: users who type "q:" instead of ":q" are confusedv8.2.3608Egor Zvorykin
2021-10-21patch 8.2.3550: completion() does not work properlyv8.2.3550Shougo Matsushita
2021-10-17patch 8.2.3531: command line completion test fails on MS-Windowsv8.2.3531Bram Moolenaar
2021-10-17patch 8.2.3530: ":buf \{a}" fails while ":edit \{a}" worksv8.2.3530Bram Moolenaar
2021-09-12patch 8.2.3431: completion for :disas sorts local functions firstv8.2.3431naohiro ono
2021-09-08patch 8.2.3414: fullcommand() gives wrong name with buffer-local user commandv8.2.3414Bram Moolenaar
2021-09-01patch 8.2.3392: augroup completion escapes regexp pattern charactersv8.2.3392Bram Moolenaar
2021-08-28patch 8.2.3383: Vim9: completion for :disassemble adds parenthesisv8.2.3383naohiro ono
2021-08-27patch 8.2.3378: MS-Windows: completing environment variables with % is wrongv8.2.3378Albert Liu
2021-08-26patch 8.2.3377: Vim9: :disass completion does not understand "s:"v8.2.3377Bram Moolenaar
2021-08-21patch 8.2.3363: when :edit reuses the current buffer the alternate file is setv8.2.3363Bram Moolenaar
2021-08-19patch 8.2.3360: user function completion fails with dict functionv8.2.3360naohiro ono
2021-08-14patch 8.2.3345: some code not covered by testsv8.2.3345Dominique Pelle
2021-08-13patch 8.2.3337: completing "call g:" returns entries with just "g:"v8.2.3337Bram Moolenaar
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