log src/testdir/test_cmdline.vim @ 25713:2eddbc3d83b9 v8.2.3392

age author description
Wed, 01 Sep 2021 13:15:06 +0200 Bram Moolenaar patch 8.2.3392: augroup completion escapes regexp pattern characters v8.2.3392
Sat, 28 Aug 2021 16:00:04 +0200 Bram Moolenaar patch 8.2.3383: Vim9: completion for :disassemble adds parenthesis v8.2.3383
Fri, 27 Aug 2021 21:00:04 +0200 Bram Moolenaar patch 8.2.3378: MS-Windows: completing environment variables with % is wrong v8.2.3378
Thu, 26 Aug 2021 16:45:04 +0200 Bram Moolenaar patch 8.2.3377: Vim9: :disass completion does not understand "s:" v8.2.3377
Sat, 21 Aug 2021 17:15:03 +0200 Bram Moolenaar patch 8.2.3363: when :edit reuses the current buffer the alternate file is set v8.2.3363
Thu, 19 Aug 2021 21:30:04 +0200 Bram Moolenaar patch 8.2.3360: user function completion fails with dict function v8.2.3360
Sat, 14 Aug 2021 21:15:02 +0200 Bram Moolenaar patch 8.2.3345: some code not covered by tests v8.2.3345
Fri, 13 Aug 2021 18:00:04 +0200 Bram Moolenaar patch 8.2.3337: completing "call g:" returns entries with just "g:" v8.2.3337
Sun, 13 Jun 2021 18:45:03 +0200 Bram Moolenaar patch 8.2.2992: Vim9: completion for :disassemble is incomplete v8.2.2992
Sun, 13 Jun 2021 17:30:03 +0200 Bram Moolenaar patch 8.2.2991: Vim9: no completion for :vim9 and :legacy v8.2.2991
Sun, 30 May 2021 14:30:04 +0200 Bram Moolenaar patch 8.2.2910: test for cmdline window and terminal fails on MS-Windows v8.2.2910
Sun, 30 May 2021 14:00:05 +0200 Bram Moolenaar patch 8.2.2908: crash when using a terminal popup window from cmdline window v8.2.2908
Wed, 26 May 2021 20:00:07 +0200 Bram Moolenaar patch 8.2.2887: crash when passing null string to fullcommand() v8.2.2887
Wed, 19 May 2021 17:30:03 +0200 Bram Moolenaar patch 8.2.2873: not enough tests for writing buffers v8.2.2873
Tue, 18 May 2021 21:45:03 +0200 Bram Moolenaar patch 8.2.2870: CmdlineChange event triggered twice for CTRL-R v8.2.2870
Sat, 15 May 2021 13:30:02 +0200 Bram Moolenaar patch 8.2.2851: using <Cmd> mapping on the command line triggers CmdlineChanged v8.2.2851
Thu, 13 May 2021 20:30:03 +0200 Bram Moolenaar patch 8.2.2850: recalling commands from history is not tested v8.2.2850
Sun, 28 Mar 2021 15:30:05 +0200 Bram Moolenaar patch 8.2.2669: command line completion does not work after "vim9" v8.2.2669
Sun, 14 Feb 2021 13:00:04 +0100 Bram Moolenaar patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some places v8.2.2511
Sat, 06 Feb 2021 12:45:04 +0100 Bram Moolenaar patch 8.2.2468: not easy to get the full command name from a shortened one v8.2.2468
Sat, 30 Jan 2021 21:45:03 +0100 Bram Moolenaar patch 8.2.2433: opening cmdline window gives error in BufLeave autocommand v8.2.2433
Tue, 26 Jan 2021 22:45:04 +0100 Bram Moolenaar patch 8.2.2415: no way to check for the cmdwin feature v8.2.2415
Wed, 13 Jan 2021 20:00:05 +0100 Bram Moolenaar patch 8.2.2341: expresison command line completion incomplete after "g:" v8.2.2341
Mon, 28 Dec 2020 13:45:04 +0100 Bram Moolenaar patch 8.2.2234: command line wildmenu test often fails with Unix GUI v8.2.2234
Sat, 26 Dec 2020 12:15:04 +0100 Bram Moolenaar patch 8.2.2221: if <Down> is mapped on the command line 'wildchar' is inserted v8.2.2221
Thu, 24 Dec 2020 17:30:04 +0100 Bram Moolenaar patch 8.2.2206: :exe command line completion only works for first argument v8.2.2206
Sat, 21 Nov 2020 21:45:03 +0100 Bram Moolenaar patch 8.2.2030: some tests fail on Mac v8.2.2030
Mon, 05 Oct 2020 20:15:05 +0200 Bram Moolenaar patch 8.2.1803: a few failures are not tested v8.2.1803
Wed, 23 Sep 2020 22:45:06 +0200 Bram Moolenaar patch 8.2.1736: failure to compile a pattern not tested much v8.2.1736
Mon, 07 Sep 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.1634: loop to handle keys for the command line is too long v8.2.1634
Fri, 04 Sep 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1593: tests do not check the error number properly v8.2.1593
Thu, 03 Sep 2020 17:00:04 +0200 Bram Moolenaar patch 8.2.1580: wildmenu does not work properly v8.2.1580
Wed, 12 Aug 2020 19:00:08 +0200 Bram Moolenaar patch 8.2.1432: various inconsistencies in test files v8.2.1432
Sat, 11 Jul 2020 22:30:07 +0200 Bram Moolenaar patch 8.2.1183: assert_fails() checks the last error message v8.2.1183
Fri, 03 Jul 2020 18:30:03 +0200 Bram Moolenaar patch 8.2.1121: command completion not working after ++arg v8.2.1121
Sun, 28 Jun 2020 13:15:05 +0200 Bram Moolenaar patch 8.2.1077: no enough test coverage for highlighting v8.2.1077
Wed, 24 Jun 2020 13:45:06 +0200 Bram Moolenaar patch 8.2.1046: insufficient tests for src/buffer.c v8.2.1046
Thu, 18 Jun 2020 21:15:03 +0200 Bram Moolenaar patch 8.2.1007: completion doesn't work after ":r ++arg !" v8.2.1007
Tue, 16 Jun 2020 20:15:05 +0200 Bram Moolenaar patch 8.2.0988: getting directory contents is always case sorted v8.2.0988
Fri, 12 Jun 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.0961: MS-Windows: no completion for locales v8.2.0961
Sun, 07 Jun 2020 19:45:03 +0200 Bram Moolenaar patch 8.2.0926: cmdline test fails on Appveyor v8.2.0926
Sun, 07 Jun 2020 19:00:03 +0200 Bram Moolenaar patch 8.2.0925: getcompletion() does not return command line arguments v8.2.0925
Sun, 07 Jun 2020 17:45:03 +0200 Bram Moolenaar patch 8.2.0923: cmdline test is slow v8.2.0923
Sun, 07 Jun 2020 17:15:03 +0200 Bram Moolenaar patch 8.2.0921: CTRL-W T in cmdline window causes trouble v8.2.0921
Sat, 06 Jun 2020 15:15:03 +0200 Bram Moolenaar patch 8.2.0911: crash when opening a buffer for the cmdline window fails v8.2.0911
Thu, 04 Jun 2020 23:00:03 +0200 Bram Moolenaar patch 8.2.0905: test coverage could be better v8.2.0905
Mon, 27 Apr 2020 19:30:04 +0200 Bram Moolenaar patch 8.2.0648: semicolon search does not work in first line v8.2.0648
Tue, 21 Apr 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.0615: regexp benchmark stest is old style v8.2.0615
Wed, 08 Apr 2020 22:00:05 +0200 Bram Moolenaar patch 8.2.0533: tests using term_wait() can still be flaky v8.2.0533
Mon, 30 Mar 2020 19:45:05 +0200 Bram Moolenaar patch 8.2.0482: channel and sandbox code not sufficiently tested v8.2.0482
Wed, 25 Mar 2020 22:30:04 +0100 Bram Moolenaar patch 8.2.0448: various functions not properly tested v8.2.0448
Sun, 22 Mar 2020 21:30:04 +0100 Bram Moolenaar patch 8.2.0430: window creation failure not properly tested v8.2.0430
Fri, 20 Mar 2020 18:30:05 +0100 Bram Moolenaar patch 8.2.0418: code in eval.c not sufficiently covered by tests v8.2.0418
Wed, 18 Mar 2020 19:45:04 +0100 Bram Moolenaar patch 8.2.0401: not enough test coverage for evalvars.c v8.2.0401
Mon, 16 Mar 2020 21:30:04 +0100 Bram Moolenaar patch 8.2.0396: cmdexpand.c insufficiently tested v8.2.0396
Tue, 10 Mar 2020 08:00:06 +0100 Bram Moolenaar patch 8.2.0369: various Normal mode commands not fully tested v8.2.0369
Sun, 08 Mar 2020 05:15:04 +0100 Bram Moolenaar patch 8.2.0363: some Normal mode commands not tested v8.2.0363
Mon, 02 Mar 2020 21:00:04 +0100 Bram Moolenaar patch 8.2.0347: various code not covered by tests v8.2.0347
Sun, 01 Mar 2020 17:00:06 +0100 Bram Moolenaar patch 8.2.0342: some code in ex_getln.c not covered by tests v8.2.0342
Sat, 29 Feb 2020 22:15:05 +0100 Bram Moolenaar patch 8.2.0335: no completion for :disassemble v8.2.0335
Sat, 29 Feb 2020 14:30:03 +0100 Bram Moolenaar patch 8.2.0332: some code in ex_getln.c not covered by tests v8.2.0332
Thu, 27 Feb 2020 21:45:04 +0100 Bram Moolenaar patch 8.2.0325: ex_getln.c code not covered by tests v8.2.0325
Tue, 25 Feb 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.0316: ex_getln.c code has insufficient test coverage v8.2.0316
Fri, 21 Feb 2020 18:00:05 +0100 Bram Moolenaar patch 8.2.0293: various Ex commands not sufficiently tested v8.2.0293
Sun, 16 Feb 2020 13:45:04 +0100 Bram Moolenaar patch 8.2.0261: some code not covered by tests v8.2.0261
Fri, 14 Feb 2020 14:45:04 +0100 Bram Moolenaar patch 8.2.0257: cannot recognize a terminal in a popup window v8.2.0257
Tue, 11 Feb 2020 22:15:04 +0100 Bram Moolenaar patch 8.2.0243: insufficient code coverage for ex_docmd.c functions v8.2.0243
Sun, 19 Jan 2020 16:00:04 +0100 Bram Moolenaar patch 8.2.0131: command line is not cleared when switching tabs v8.2.0131
Sat, 28 Dec 2019 14:15:03 +0100 Bram Moolenaar patch 8.2.0051: command line completion test skipped v8.2.0051
Fri, 27 Dec 2019 17:30:03 +0100 Bram Moolenaar patch 8.2.0049: command line completion not fully tested v8.2.0049
Wed, 18 Dec 2019 22:30:03 +0100 Bram Moolenaar patch 8.2.0023: command line editing not sufficiently tested v8.2.0023
Thu, 05 Dec 2019 18:30:04 +0100 Bram Moolenaar patch 8.1.2390: test94 is old style, fix 7.4.441 not tested v8.1.2390
Wed, 04 Dec 2019 15:15:04 +0100 Bram Moolenaar patch 8.1.2385: opening cmdline window with feedkeys() does not work v8.1.2385
Tue, 26 Nov 2019 17:00:04 +0100 Bram Moolenaar patch 8.1.2348: :const cannot be followed by "| endif" v8.1.2348
Sun, 27 Oct 2019 20:45:03 +0100 Bram Moolenaar patch 8.1.2227: layout wrong if 'lines' changes while cmdline window is open v8.1.2227
Sun, 27 Oct 2019 05:15:06 +0100 Bram Moolenaar patch 8.1.2225: the "last used" info of a buffer is under used v8.1.2225
Sat, 12 Oct 2019 20:30:03 +0200 Bram Moolenaar patch 8.1.2143: cannot see each command even when 'verbose' is set v8.1.2143
Sun, 15 Sep 2019 17:30:06 +0200 Bram Moolenaar patch 8.1.2037: can call win_gotoid() in cmdline window v8.1.2037
Mon, 09 Sep 2019 18:45:04 +0200 Bram Moolenaar patch 8.1.2017: cannot execute commands after closing the cmdline window v8.1.2017
Fri, 06 Sep 2019 21:45:04 +0200 Bram Moolenaar patch 8.1.1993: more functions can be used as methods v8.1.1993
Sat, 24 Aug 2019 23:00:04 +0200 Bram Moolenaar patch 8.1.1925: more functions can be used as methods v8.1.1925
Sat, 15 Jun 2019 18:45:05 +0200 Bram Moolenaar patch 8.1.1546: in some tests 'tags' is set but not restored v8.1.1546
Sat, 04 May 2019 19:30:04 +0200 Bram Moolenaar patch 8.1.1268: map completion test fails in GUI v8.1.1268
Fri, 03 May 2019 21:15:05 +0200 Bram Moolenaar patch 8.1.1254: mapping completion contains dead code v8.1.1254
Fri, 03 May 2019 17:00:06 +0200 Bram Moolenaar patch 8.1.1253: mapping completion test fails v8.1.1253
Fri, 03 May 2019 16:15:05 +0200 Bram Moolenaar patch 8.1.1252: not all mapping completion is tested v8.1.1252
Fri, 03 May 2019 15:15:05 +0200 Bram Moolenaar patch 8.1.1251: no test for completion of mapping keys v8.1.1251
Thu, 28 Mar 2019 21:30:05 +0100 Bram Moolenaar patch 8.1.1063: insufficient testing for wildmenu completion v8.1.1063
Sun, 27 Jan 2019 20:45:05 +0100 Bram Moolenaar patch 8.1.0836: user completion test can fail on MS-Windows v8.1.0836
Thu, 24 Jan 2019 18:00:07 +0100 Bram Moolenaar patch 8.1.0811: too many #ifdefs v8.1.0811
Mon, 31 Dec 2018 21:15:05 +0100 Bram Moolenaar patch 8.1.0668: no test for overstrike mode in the command line v8.1.0668
Sat, 28 Jul 2018 19:30:06 +0200 Christian Brabandt patch 8.1.0223: completing shell command finds sub-directories in $PATH v8.1.0223
Sat, 23 Jun 2018 15:00:05 +0200 Christian Brabandt patch 8.1.0101: no test for getcmdwintype() v8.1.0101
Tue, 19 Jun 2018 19:15:06 +0200 Christian Brabandt patch 8.1.0085: no test for completing user name and language v8.1.0085
Tue, 22 May 2018 17:00:06 +0200 Christian Brabandt patch 8.1.0017: shell command completion has duplicates v8.1.0017
Sat, 12 May 2018 13:30:06 +0200 Christian Brabandt patch 8.0.1816: no test for setcmdpos() v8.0.1816
Tue, 01 May 2018 19:30:06 +0200 Christian Brabandt patch 8.0.1787: cannot insert the whole cursor line v8.0.1787
Sat, 07 Apr 2018 19:15:05 +0200 Christian Brabandt patch 8.0.1672: error during completion causes command to be cancelled v8.0.1672
Thu, 29 Mar 2018 16:00:07 +0200 Christian Brabandt patch 8.0.1649: no completion for argument list commands v8.0.1649
Sat, 28 Oct 2017 18:00:05 +0200 Christian Brabandt patch 8.0.1231: expanding file name drops dash v8.0.1231
Sun, 15 Oct 2017 22:15:04 +0200 Christian Brabandt patch 8.0.1200: tests switch the bell off twice v8.0.1200
Sun, 06 Aug 2017 15:30:04 +0200 Christian Brabandt patch 8.0.0878: no completion for :mapclear v8.0.0878
Mon, 10 Apr 2017 23:00:03 +0200 Christian Brabandt patch 8.0.0562: not enough test coverage for syntax commands v8.0.0562
Fri, 07 Apr 2017 16:30:04 +0200 Christian Brabandt patch 8.0.0547: extra line break in verbosefile v8.0.0547
Wed, 29 Mar 2017 21:45:04 +0200 Christian Brabandt patch 8.0.0525: completion for user command argument not tested v8.0.0525
Sun, 26 Mar 2017 14:00:04 +0200 Christian Brabandt patch 8.0.0513: getting name of cleared highlight group is wrong v8.0.0513
Wed, 08 Mar 2017 23:00:06 +0100 Christian Brabandt patch 8.0.0433: beeps when running tests v8.0.0433
Thu, 02 Mar 2017 23:15:05 +0100 Christian Brabandt patch 8.0.0402: :map completion does not have <special> v8.0.0402
Thu, 09 Feb 2017 22:30:05 +0100 Christian Brabandt patch 8.0.0324: illegal memory access with a wrong yank range v8.0.0324
Thu, 09 Feb 2017 21:45:04 +0100 Christian Brabandt patch 8.0.0323: one second pause when running cmdline test v8.0.0323
Mon, 06 Feb 2017 22:30:03 +0100 Christian Brabandt patch 8.0.0314: getcmd*() functions are not tested v8.0.0314
Fri, 03 Feb 2017 21:30:04 +0100 Christian Brabandt patch 8.0.0298: Ex command range with repeated search does not work v8.0.0298
Tue, 24 Jan 2017 21:30:04 +0100 Christian Brabandt patch 8.0.0237: when 'wildoptions' is "tagfile" completion may not work v8.0.0237
Sun, 22 Jan 2017 19:30:03 +0100 Christian Brabandt patch 8.0.0220: completion of highlight names misses a few values v8.0.0220
Sun, 22 Jan 2017 17:00:05 +0100 Christian Brabandt patch 8.0.0218: no completion for :cexpr and similar commands v8.0.0218
Sun, 11 Dec 2016 21:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/fe38b494fff56cd9b2fcaeef26a8fd7b6557d69c v8.0.0133
Fri, 09 Dec 2016 18:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/eaaa9bbda6ec0a8589a9b23720f95bffe01dc267 v8.0.0125
Sat, 03 Dec 2016 14:15:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/21efc3633edb58809c5dd89b025d34d7002e731c v8.0.0119
Sat, 15 Oct 2016 15:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/9e507ca8a3e1535e62de4bd86374b0fcd18ef5b8 v8.0.0034
Sun, 28 Aug 2016 13:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/1773ddfdcd106fa3bbf479c9b62ccde03c2a86ba v7.4.2276