log src/testdir/test_cmdline.vim @ 30363:48c73657679c v9.0.0517

age author description
Tue, 20 Sep 2022 18:15:03 +0200 Bram Moolenaar patch 9.0.0517: when at the command line :redrawstatus does not work well v9.0.0517
Tue, 20 Sep 2022 14:30:12 +0200 Bram Moolenaar patch 9.0.0512: cannot redraw the status lines when editing a command v9.0.0512
Mon, 19 Sep 2022 22:30:07 +0200 Bram Moolenaar patch 9.0.0507: cmdline cleared when using :redrawstatus in CmdlineChanged v9.0.0507
Thu, 15 Sep 2022 23:00:05 +0200 Bram Moolenaar patch 9.0.0473: fullcommand() only works for the current script version v9.0.0473
Wed, 14 Sep 2022 14:00:06 +0200 Bram Moolenaar patch 9.0.0463: command line test leaves directory behind v9.0.0463
Thu, 08 Sep 2022 17:45:03 +0200 Bram Moolenaar patch 9.0.0418: manually deleting temp test files v9.0.0418
Fri, 02 Sep 2022 21:00:03 +0200 Bram Moolenaar patch 9.0.0362: expanding ":e %" does not work for remote files v9.0.0362
Fri, 02 Sep 2022 16:30:07 +0200 Bram Moolenaar patch 9.0.0359: error message for wrong argument type is not specific v9.0.0359
Thu, 01 Sep 2022 14:00:04 +0200 Bram Moolenaar patch 9.0.0346: :horizontal modifier not fully supported v9.0.0346
Tue, 30 Aug 2022 23:00:05 +0200 Bram Moolenaar patch 9.0.0336: tests are flaky because of using a common file name v9.0.0336
Mon, 29 Aug 2022 23:45:04 +0200 Bram Moolenaar patch 9.0.0323: using common name in tests leads to flaky tests v9.0.0323
Mon, 29 Aug 2022 17:30:03 +0200 Bram Moolenaar patch 9.0.0320: command line type of CmdlineChange differs from getcmdtype() v9.0.0320
Sun, 28 Aug 2022 18:30:02 +0200 Bram Moolenaar patch 9.0.0299: error messages for setcmdline() could be better v9.0.0299
Sat, 27 Aug 2022 13:30:04 +0200 Bram Moolenaar patch 9.0.0285: it is not easy to change the command line from a plugin v9.0.0285
Sun, 21 Aug 2022 19:45:03 +0200 Bram Moolenaar patch 9.0.0238: Shift-Tab shows matches on cmdline when 'wildmenu' is off v9.0.0238
Sun, 21 Aug 2022 15:45:03 +0200 Bram Moolenaar patch 9.0.0236: popup menu not removed when 'wildmenu' reset while visible v9.0.0236
Thu, 11 Aug 2022 15:15:03 +0200 Bram Moolenaar patch 9.0.0191: messages test fails; window size incorrect v9.0.0191
Thu, 11 Aug 2022 14:30:05 +0200 Bram Moolenaar patch 9.0.0190: the way 'cmdheight' can be made zero is inconsistent v9.0.0190
Sat, 06 Aug 2022 11:30:06 +0200 Bram Moolenaar patch 9.0.0149: test for fuzzy completion fails sometimes v9.0.0149
Tue, 26 Jul 2022 23:15:03 +0200 Bram Moolenaar patch 9.0.0089: fuzzy argument completion doesn't work for shell commands v9.0.0089
Tue, 26 Jul 2022 21:45:04 +0200 Bram Moolenaar patch 9.0.0086: tabline is not redrawn when entering command line v9.0.0086
Tue, 26 Jul 2022 18:30:03 +0200 Bram Moolenaar patch 9.0.0081: command line completion of user command may have duplicates v9.0.0081
Sat, 02 Jul 2022 17:30:02 +0200 Bram Moolenaar patch 9.0.0027: the command line test is getting quite big v9.0.0027
Sat, 02 Jul 2022 14:45:03 +0200 Bram Moolenaar patch 9.0.0025: accessing beyond allocated memory with the cmdline window v9.0.0025
Wed, 22 Jun 2022 20:15:03 +0200 Bram Moolenaar patch 8.2.5150: read past the end of the first line with ":0;'{" v8.2.5150
Wed, 22 Jun 2022 15:00:05 +0200 Bram Moolenaar patch 8.2.5148: invalid memory access when using expression on command line v8.2.5148
Mon, 06 Jun 2022 16:45:03 +0200 Bram Moolenaar patch 8.2.5063: error for a command may go over the end of IObuff v8.2.5063
Wed, 01 Jun 2022 13:45:04 +0200 Bram Moolenaar patch 8.2.5049: insufficient tests for autocommands v8.2.5049
Tue, 17 May 2022 21:15:03 +0200 Bram Moolenaar patch 8.2.4975: recursive command line loop may cause a crash v8.2.4975
Sat, 07 May 2022 14:00:02 +0200 Bram Moolenaar patch 8.2.4903: cannot get the current cmdline completion type and position v8.2.4903
Sat, 07 May 2022 12:00:03 +0200 Bram Moolenaar patch 8.2.4899: with latin1 encoding CTRL-W might go before the cmdline v8.2.4899
Fri, 06 May 2022 21:45:02 +0200 Bram Moolenaar patch 8.2.4895: buffer overflow with invalid command with composing chars v8.2.4895
Tue, 19 Apr 2022 12:45:03 +0200 Bram Moolenaar patch 8.2.4789: cursor pos wrong when using :redraw while editing the cmdline v8.2.4789
Mon, 11 Apr 2022 20:45:02 +0200 Bram Moolenaar patch 8.2.4738: Esc on commandline executes command instead of abandoning it v8.2.4738
Mon, 04 Apr 2022 17:00:04 +0200 Bram Moolenaar patch 8.2.4684: cannot open a channel on a Unix domain socket v8.2.4684
Thu, 31 Mar 2022 13:45:04 +0200 Bram Moolenaar patch 8.2.4655: cmdline completion popup menu positioned wrong v8.2.4655
Fri, 25 Mar 2022 22:30:03 +0100 Bram Moolenaar patch 8.2.4628: not enough testing for 2/3 letter substitute commands v8.2.4628
Thu, 24 Mar 2022 12:30:08 +0100 Bram Moolenaar patch 8.2.4617: no completion for :scriptnames v8.2.4617
Tue, 22 Mar 2022 18:15:03 +0100 Bram Moolenaar patch 8.2.4608: getcompletion() does not work when 'wildoptions' has "fuzzy"
Thu, 17 Mar 2022 14:15:04 +0100 Bram Moolenaar patch 8.2.4585: cannot use keypad page-up/down for completion menu v8.2.4585
Thu, 17 Mar 2022 13:00:07 +0100 Bram Moolenaar patch 8.2.4584: error for using autoload function in custom completion v8.2.4584
Wed, 16 Mar 2022 14:45:04 +0100 Bram Moolenaar patch 8.2.4579: cannot use page-up and page-down in the cmdline popup menu v8.2.4579
Wed, 16 Mar 2022 14:15:03 +0100 Bram Moolenaar patch 8.2.4578: no warning when autoload script for completion has an error v8.2.4578
Tue, 15 Mar 2022 12:00:04 +0100 Bram Moolenaar patch 8.2.4570: no command line completion for :profile and :profdel v8.2.4570
Mon, 14 Mar 2022 20:30:03 +0100 Bram Moolenaar patch 8.2.4565: no command line completion for :breakadd and :breakdel v8.2.4565
Mon, 28 Feb 2022 14:30:04 +0100 Bram Moolenaar patch 8.2.4483: command completion makes two rounds to collect matches v8.2.4483
Sun, 27 Feb 2022 22:15:04 +0100 Bram Moolenaar patch 8.2.4482: no fuzzy cmdline completion for user defined completion v8.2.4482
Sun, 27 Feb 2022 15:30:03 +0100 Bram Moolenaar patch 8.2.4481: cmdline popup menu not removed when 'lazyredraw' is set v8.2.4481
Sun, 27 Feb 2022 13:15:03 +0100 Bram Moolenaar patch 8.2.4479: no fuzzy completieon for maps and abbreviations v8.2.4479
Sat, 26 Feb 2022 17:15:03 +0100 Bram Moolenaar patch 8.2.4478: crash when using fuzzy completion v8.2.4478
Sat, 26 Feb 2022 12:15:02 +0100 Bram Moolenaar patch 8.2.4475: fuzzy cmdline completion does not work for lower case v8.2.4475
Fri, 25 Feb 2022 16:30:07 +0100 Bram Moolenaar patch 8.2.4465: fuzzy completion does not order matches properly v8.2.4465
Thu, 24 Feb 2022 14:30:05 +0100 Bram Moolenaar patch 8.2.4463: completion only uses strict matching v8.2.4463
Wed, 16 Feb 2022 13:45:04 +0100 Bram Moolenaar patch 8.2.4398: some command completion functions are too long v8.2.4398
Tue, 15 Feb 2022 12:45:04 +0100 Bram Moolenaar patch 8.2.4387: command line completion doesn't always work properly v8.2.4387
Mon, 14 Feb 2022 20:30:02 +0100 Bram Moolenaar patch 8.2.4382: a custom 'tabline' may cause Esc to work like Enter v8.2.4382
Mon, 14 Feb 2022 12:15:03 +0100 Bram Moolenaar patch 8.2.4376: not enough tests for command line completion v8.2.4376
Sun, 13 Feb 2022 13:00:04 +0100 Bram Moolenaar patch 8.2.4366: not enough tests for command line completion v8.2.4366
Fri, 11 Feb 2022 20:00:03 +0100 Bram Moolenaar patch 8.2.4346: a custom statusline may cause Esc to work like Enter v8.2.4346
Thu, 10 Feb 2022 22:15:02 +0100 Bram Moolenaar patch 8.2.4341: command line not redrawn when finishing popup menu v8.2.4341