log src/testdir/test_cmdline.vim @ 33395:55fefd9848e3 v9.0.1956

age author description
Fri, 29 Sep 2023 20:15:03 +0200 Christian Brabandt patch 9.0.1956: Custom completion skips orig cmdline if it invokes glob() v9.0.1956
Sun, 20 Aug 2023 22:11:05 +0200 Christian Brabandt commit 92997dda789ad8061841128cbc99b15ec0374411 v9.0.1774
Tue, 15 Aug 2023 23:00:03 +0200 Christian Brabandt patch 9.0.1714: getcompletion() "cmdline" fails after :autocmd v9.0.1714
Sun, 13 Aug 2023 19:45:03 +0200 Christian Brabandt patch 9.0.1708: getcompletion() failes for user-defined commands v9.0.1708
Mon, 26 Jun 2023 13:13:12 +0200 Christian Brabandt Fix line endings issue
Mon, 26 Jun 2023 09:54:34 +0200 Christian Brabandt normalize line endings
Fri, 16 Jun 2023 00:00:03 +0200 Bram Moolenaar patch 9.0.1636: expanding a pattern interferes with cmdline completion v9.0.1636
Fri, 19 May 2023 22:45:03 +0200 Bram Moolenaar patch 9.0.1570: some tests are slow v9.0.1570
Mon, 17 Apr 2023 17:45:06 +0200 Bram Moolenaar patch 9.0.1461: ruler not drawn correctly when using 'rulerformat' v9.0.1461
Mon, 17 Apr 2023 17:00:05 +0200 Bram Moolenaar patch 9.0.1460: insufficient testing for getcmdcompltype() v9.0.1460
Wed, 12 Apr 2023 17:30:04 +0200 Bram Moolenaar patch 9.0.1444: crash when passing NULL to setcmdline() v9.0.1444
Fri, 17 Feb 2023 17:45:05 +0100 Bram Moolenaar patch 9.0.1315: escaping for completion of map command not properly tested v9.0.1315
Sun, 05 Feb 2023 19:15:03 +0100 Bram Moolenaar patch 9.0.1285: various small problems v9.0.1285
Sun, 22 Jan 2023 19:45:04 +0100 Bram Moolenaar patch 9.0.1231: completion of :runtime does not handle {where} argument v9.0.1231
Sun, 22 Jan 2023 13:45:04 +0100 Bram Moolenaar patch 9.0.1228: fuzzy menu completion is only tested in the GUI v9.0.1228
Sat, 21 Jan 2023 23:00:04 +0100 Bram Moolenaar patch 9.0.1227: no cmdline completion for :runtime v9.0.1227
Wed, 18 Jan 2023 16:30:06 +0100 Bram Moolenaar patch 9.0.1218: completion includes functions that don't work v9.0.1218
Wed, 04 Jan 2023 20:00:05 +0100 Bram Moolenaar patch 9.0.1148: cmdline test fails in the GUI
Wed, 04 Jan 2023 17:00:05 +0100 Bram Moolenaar patch 9.0.1144: reading beyond text v9.0.1144
Thu, 08 Dec 2022 16:45:05 +0100 Bram Moolenaar patch 9.0.1032: test fails when terminal feature is missing v9.0.1032
Thu, 08 Dec 2022 13:15:03 +0100 Bram Moolenaar patch 9.0.1030: using freed memory with the cmdline popup menu v9.0.1030
Tue, 08 Nov 2022 22:45:04 +0100 Bram Moolenaar patch 9.0.0845: shell command with just space gives strange error v9.0.0845
Thu, 06 Oct 2022 12:45:05 +0200 Bram Moolenaar patch 9.0.0670: no space for command line when there is a tabline v9.0.0670
Wed, 05 Oct 2022 16:45:04 +0200 Bram Moolenaar patch 9.0.0665: setting 'cmdheight' has no effect if last window was resized v9.0.0665
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