log src/cmdexpand.c @ 35188:965c65610164 default tip

age author description
Thu, 04 Jan 2024 22:45:04 +0100 Christian Brabandt patch 9.1.0010: Keymap completion is not available v9.1.0010
Tue, 17 Oct 2023 11:00:03 +0200 Christian Brabandt patch 9.0.2037: A few remaining cmdline completion issues with C-E/Y v9.0.2037
Sun, 15 Oct 2023 09:11:10 +0200 Christian Brabandt patch 9.0.2025: no cmdline completion for ++opt args v9.0.2025
Mon, 09 Oct 2023 18:30:04 +0200 Christian Brabandt patch 9.0.2009: cmdline-completion for comma-separated options wrong v9.0.2009
Fri, 29 Sep 2023 20:45:04 +0200 Christian Brabandt patch 9.0.1958: cannot complete option values v9.0.1958
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, 27 Aug 2023 18:45:05 +0200 Christian Brabandt patch 9.0.1795: Indentation issues v9.0.1795
Sun, 20 Aug 2023 22:11:05 +0200 Christian Brabandt commit 92997dda789ad8061841128cbc99b15ec0374411 v9.0.1774
Fri, 18 Aug 2023 00:15:04 +0200 Christian Brabandt patch 9.0.1735: Rename completion specific findex var v9.0.1735
Tue, 15 Aug 2023 23:00:03 +0200 Christian Brabandt patch 9.0.1714: getcompletion() "cmdline" fails after :autocmd v9.0.1714
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
Sat, 20 May 2023 15:15:05 +0200 Bram Moolenaar patch 9.0.1571: RedrawingDisabled not used consistently v9.0.1571
Sat, 06 May 2023 23:30:03 +0200 Bram Moolenaar patch 9.0.1520: completion for option name includes all bool options v9.0.1520
Sun, 23 Apr 2023 00:00:04 +0200 Bram Moolenaar patch 9.0.1479: small source file problems; outdated list of distrib. files v9.0.1479
Wed, 25 Jan 2023 16:15:06 +0100 Bram Moolenaar patch 9.0.1242: code for :runtime completion is not consistent v9.0.1242
Tue, 24 Jan 2023 13:45:06 +0100 Bram Moolenaar patch 9.0.1238: :runtime completion can be further improved v9.0.1238
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
Sat, 21 Jan 2023 23:00:04 +0100 Bram Moolenaar patch 9.0.1227: no cmdline completion for :runtime v9.0.1227
Mon, 09 Jan 2023 20:15:03 +0100 Bram Moolenaar patch 9.0.1166: code is indented more than necessary v9.0.1166
Sat, 10 Dec 2022 11:30:04 +0100 Bram Moolenaar patch 9.0.1043: macro has confusing name and is duplicated v9.0.1043
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
Mon, 14 Nov 2022 23:15:03 +0100 Bram Moolenaar patch 9.0.0883: a silent mapping may cause dots on the command line v9.0.0883
Mon, 14 Nov 2022 16:45:04 +0100 Bram Moolenaar patch 9.0.0880: preprocessor indenting is off v9.0.0880
Sun, 13 Nov 2022 23:45:03 +0100 Bram Moolenaar patch 9.0.0876: code is indented more than needed v9.0.0876
Sat, 12 Nov 2022 18:45:04 +0100 Bram Moolenaar patch 9.0.0867: wildmenu redrawing code is spread out v9.0.0867
Sun, 18 Sep 2022 14:15:06 +0200 Bram Moolenaar patch 9.0.0498: various small issues v9.0.0498
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
Fri, 26 Aug 2022 21:00:06 +0200 Bram Moolenaar patch 9.0.0281: build failure without the +eval feature v9.0.0281
Fri, 26 Aug 2022 18:00:05 +0200 Bram Moolenaar patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu' v9.0.0279
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
Sat, 20 Aug 2022 20:30:03 +0200 Bram Moolenaar patch 9.0.0231: expanding "**" may loop forever with directory links v9.0.0231
Sun, 14 Aug 2022 15:30:05 +0200 Bram Moolenaar patch 9.0.0206: redraw flags are not named specifically v9.0.0206
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
Thu, 16 Jun 2022 12:45:03 +0200 Bram Moolenaar patch 8.2.5107: some callers of rettv_list_alloc() check for not OK v8.2.5107
Sun, 08 May 2022 22:15:02 +0200 Bram Moolenaar patch 8.2.4917: fuzzy expansion of option names is not right v8.2.4917
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
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
Sun, 10 Apr 2022 19:15:03 +0200 Bram Moolenaar patch 8.2.4732: duplicate code to free fuzzy matches v8.2.4732
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"
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
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 22:15:03 +0100 Bram Moolenaar patch 8.2.4485: compiler warning for uninitialized variable v8.2.4485
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 17:00:04 +0100 Bram Moolenaar patch 8.2.4477: crash when using fuzzy completion v8.2.4477
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
Thu, 17 Feb 2022 12:30:04 +0100 Bram Moolenaar patch 8.2.4406: expand functions use confusing argument names v8.2.4406
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
Sun, 13 Feb 2022 13:00:04 +0100 Bram Moolenaar patch 8.2.4366: not enough tests for command line completion v8.2.4366
Sat, 12 Feb 2022 13:15:03 +0100 Bram Moolenaar patch 8.2.4356: command line completion functions are very long v8.2.4356
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
Thu, 10 Feb 2022 21:00:04 +0100 Bram Moolenaar patch 8.2.4339: CTRL-A does not work properly with the cmdline popup menu v8.2.4339
Wed, 09 Feb 2022 13:00:05 +0100 Bram Moolenaar patch 8.2.4334: command line popup menu not positioned correctly v8.2.4334
Tue, 08 Feb 2022 13:15:05 +0100 Bram Moolenaar patch 8.2.4325: 'wildmenu' only shows few matches v8.2.4325
Thu, 03 Feb 2022 14:45:03 +0100 Bram Moolenaar patch 8.2.4289: warnings reported by MSVC v8.2.4289
Sat, 08 Jan 2022 17:30:04 +0100 Bram Moolenaar patch 8.2.4043: using int for second argument of ga_init2() v8.2.4043
Sat, 01 Jan 2022 15:30:05 +0100 Bram Moolenaar patch 8.2.3967: error messages are spread out v8.2.3967
Sat, 01 Jan 2022 00:00:04 +0100 Bram Moolenaar patch 8.2.3961: error messages are spread out v8.2.3961
Sun, 05 Dec 2021 23:00:06 +0100 Bram Moolenaar patch 8.2.3749: error messages are everywhere v8.2.3749
Sun, 21 Nov 2021 13:15:04 +0100 Bram Moolenaar patch 8.2.3638: getcompletion() always passes zero as position v8.2.3638
Thu, 21 Oct 2021 12:45:04 +0200 Bram Moolenaar patch 8.2.3550: completion() does not work properly v8.2.3550
Sun, 17 Oct 2021 18:30:04 +0200 Bram Moolenaar patch 8.2.3530: ":buf {a}" fails while ":edit {a}" works v8.2.3530
Sun, 12 Sep 2021 16:00:03 +0200 Bram Moolenaar patch 8.2.3431: completion for :disas sorts local functions first v8.2.3431
Wed, 01 Sep 2021 13:15:06 +0200 Bram Moolenaar patch 8.2.3392: augroup completion escapes regexp pattern characters v8.2.3392
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
Tue, 20 Jul 2021 18:00:06 +0200 Bram Moolenaar patch 8.2.3188: Vim9: argument types are not checked at compile time v8.2.3188
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
Wed, 02 Jun 2021 13:30:05 +0200 Bram Moolenaar patch 8.2.2922: computing array length is done in various ways v8.2.2922
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
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
Mon, 21 Dec 2020 20:00:06 +0100 Bram Moolenaar patch 8.2.2182: Vim9: value of 'magic' is still relevant v8.2.2182
Fri, 18 Dec 2020 20:00:06 +0100 Bram Moolenaar patch 8.2.2160: various typos v8.2.2160
Sat, 26 Sep 2020 15:15:05 +0200 Bram Moolenaar patch 8.2.1744: Vim9: using ":const!" is weird v8.2.1744
Mon, 14 Sep 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1679: Vim9: ":*" is not recognized as a range v8.2.1679
Sat, 05 Sep 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.1604: Vim9: cannot use "true" with getcompletion() v8.2.1604
Fri, 04 Sep 2020 15:45:03 +0200 Bram Moolenaar patch 8.2.1587: loop for handling keys for the command line is too long v8.2.1587
Sat, 25 Jul 2020 14:15:04 +0200 Bram Moolenaar patch 8.2.1289: crash when using a custom completion function v8.2.1289
Tue, 21 Jul 2020 21:15:06 +0200 Bram Moolenaar patch 8.2.1262: src/ex_cmds.c file is too big v8.2.1262
Fri, 03 Jul 2020 18:30:03 +0200 Bram Moolenaar patch 8.2.1121: command completion not working after ++arg v8.2.1121
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 21:00:03 +0200 Bram Moolenaar patch 8.2.0928: many type casts are used for vim_strnsave() v8.2.0928
Sun, 07 Jun 2020 19:00:03 +0200 Bram Moolenaar patch 8.2.0925: getcompletion() does not return command line arguments v8.2.0925
Thu, 02 Apr 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.0502: Vim9: some code is not tested v8.2.0502
Thu, 02 Apr 2020 19:00:05 +0200 Bram Moolenaar patch 8.2.0500: using the same loop in many places v8.2.0500
Sun, 01 Mar 2020 01:15:54 +0100 Bram Moolenaar patch 8.2.0337: build fails on a few systems v8.2.0337
Sat, 29 Feb 2020 22:15:05 +0100 Bram Moolenaar patch 8.2.0335: no completion for :disassemble v8.2.0335
Tue, 07 Jan 2020 21:15:06 +0100 Bram Moolenaar patch 8.2.0099: use of NULL pointer when out of memory v8.2.0099
Sun, 05 Jan 2020 22:15:33 +0100 Bram Moolenaar patch 8.2.0089: crash when running out of memory in :setfiletype completion v8.2.0089
Sun, 05 Jan 2020 14:45:04 +0100 Bram Moolenaar patch 8.2.0087: crash in command line expansion when out of memory v8.2.0087
Sun, 29 Dec 2019 14:00:04 +0100 Bram Moolenaar patch 8.2.0054: :diffget and :diffput don't have good completion v8.2.0054
Tue, 26 Nov 2019 17:00:04 +0100 Bram Moolenaar patch 8.1.2348: :const cannot be followed by "| endif" v8.1.2348
Sat, 19 Oct 2019 21:15:04 +0200 Bram Moolenaar patch 8.1.2187: error for bad regexp even though regexp is not used v8.1.2187
Sun, 25 Aug 2019 15:45:04 +0200 Bram Moolenaar patch 8.1.1927: code for dealing with script files is spread out v8.1.1927
Fri, 23 Aug 2019 21:30:04 +0200 Bram Moolenaar patch 8.1.1914: command line expansion code is spread out v8.1.1914
Wed, 21 Aug 2019 13:00:03 +0200 Bram Moolenaar patch 8.1.1897: may free memory twice when out of memory v8.1.1897
Sun, 18 Aug 2019 22:30:04 +0200 Bram Moolenaar patch 8.1.1887: the +cmdline_compl feature is not in the tiny version v8.1.1887
Sun, 18 Aug 2019 21:45:03 +0200 Bram Moolenaar patch 8.1.1886: command line expansion code is spread out v8.1.1886