log src/insexpand.c @ 35462:24fbfda19203

age author description
Mon, 17 Jun 2024 18:45:02 +0200 Christian Brabandt patch 9.1.0496: matched text is highlighted case-sensitively v9.1.0496
Sat, 15 Jun 2024 15:45:03 +0200 Christian Brabandt patch 9.1.0490: minor style problems with patch 9.1.0487 v9.1.0490
Sat, 15 Jun 2024 15:30:03 +0200 Christian Brabandt patch 9.1.0489: default completion may break with fuzzy v9.1.0489
Fri, 14 Jun 2024 21:15:22 +0200 Christian Brabandt patch 9.1.0487: completed item not update on fuzzy completion v9.1.0487
Fri, 14 Jun 2024 20:15:06 +0200 Christian Brabandt patch 9.1.0484: Sorting of completeopt+=fuzzy is not stable v9.1.0484
Tue, 11 Jun 2024 19:45:03 +0200 Christian Brabandt patch 9.1.0476: Cannot see matched text in popup menu v9.1.0476
Sun, 09 Jun 2024 18:30:02 +0200 Christian Brabandt patch 9.1.0472: Inconsistencies between functions for option flags v9.1.0472
Wed, 05 Jun 2024 20:45:03 +0200 Christian Brabandt patch 9.1.0469: Cannot have buffer-local value for 'completeopt' v9.1.0469
Wed, 05 Jun 2024 20:00:13 +0200 Christian Brabandt patch 9.1.0467: typos in some comments v9.1.0467
Tue, 04 Jun 2024 22:15:06 +0200 Christian Brabandt patch 9.1.0466: Missing comments for fuzzy completion v9.1.0466
Mon, 03 Jun 2024 20:00:04 +0200 Christian Brabandt patch 9.1.0463: no fuzzy-matching support for insert-completion v9.1.0463
Sat, 01 Jun 2024 11:45:04 +0200 Christian Brabandt patch 9.1.0455: MS-Windows: compiler warning for size_t to int conversion v9.1.0455
Mon, 27 May 2024 15:45:03 +0200 Christian Brabandt patch 9.1.0447: completion may be wrong when deleting all chars v9.1.0447
Mon, 20 May 2024 19:30:03 +0200 Christian Brabandt patch 9.1.0426: too many strlen() calls in search.c v9.1.0426
Fri, 17 May 2024 19:00:04 +0200 Christian Brabandt patch 9.1.0418: Cannot move to previous/next rare word v9.1.0418
Tue, 02 Apr 2024 19:15:02 +0200 Christian Brabandt patch 9.1.0254: [security]: Heap buffer overflow when calling complete_add() in 'cfu' v9.1.0254
Thu, 21 Mar 2024 20:15:02 +0100 Christian Brabandt patch 9.1.0194: gcc complains about uninitialized var v9.1.0194
Thu, 21 Mar 2024 07:15:05 +0100 Christian Brabandt patch 9.1.0193: May leak memory in completion when ga_grow() fails v9.1.0193
Wed, 20 Mar 2024 20:15:03 +0100 Christian Brabandt patch 9.1.0190: complete_info() returns wrong order of items v9.1.0190
Tue, 12 Mar 2024 22:00:04 +0100 Christian Brabandt patch 9.1.0172: More code can use ml_get_buf_len() instead of STRLEN() v9.1.0172
Sun, 03 Mar 2024 16:30:06 +0100 Christian Brabandt patch 9.1.0147: Cannot keep a buffer focused in a window v9.1.0147
Sun, 11 Feb 2024 18:00:03 +0100 Christian Brabandt patch 9.1.0098: CompletionChanged not triggered when new leader added without matches v9.1.0098
Sat, 03 Feb 2024 18:30:03 +0100 Christian Brabandt patch 9.1.0075: insert completion not correct when adding new leader v9.1.0075
Mon, 29 Jan 2024 22:00:02 +0100 Christian Brabandt patch 9.1.0065: Segfault with CompleteChanged autocommand v9.1.0065
Sun, 12 Nov 2023 17:00:04 +0100 Christian Brabandt patch 9.0.2102: matchparen highlight not cleared in completion mode v9.0.2102
Sat, 04 Nov 2023 10:15:04 +0100 Christian Brabandt patch 9.0.2090: complete_info() skips entries with 'noselect' v9.0.2090
Fri, 27 Oct 2023 19:30:05 +0200 Christian Brabandt patch 9.0.2074: Completion menu may be wrong v9.0.2074
Tue, 17 Oct 2023 11:15:08 +0200 Christian Brabandt patch 9.0.2039: completion shows current word after completion restart v9.0.2039
Wed, 11 Oct 2023 22:15:04 +0200 Christian Brabandt patch 9.0.2018: complete_info() returns wrong index v9.0.2018
Sat, 09 Sep 2023 11:45:04 +0200 Christian Brabandt patch 9.0.1886: Various Typos v9.0.1886
Sun, 03 Sep 2023 21:30:02 +0200 Christian Brabandt patch 9.0.1858: [security] heap use after free in ins_compl_get_exp() v9.0.1858
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
Sat, 20 May 2023 15:15:05 +0200 Bram Moolenaar patch 9.0.1571: RedrawingDisabled not used consistently v9.0.1571
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
Thu, 02 Mar 2023 19:00:05 +0100 Bram Moolenaar patch 9.0.1371: ballooneval interferes with Insert completion v9.0.1371
Tue, 21 Feb 2023 15:30:08 +0100 Bram Moolenaar patch 9.0.1336: functions without arguments are not always declared properly v9.0.1336
Mon, 20 Feb 2023 13:30:05 +0100 Bram Moolenaar patch 9.0.1330: handling new value of an option has a long "else if" chain v9.0.1330
Mon, 30 Jan 2023 14:15:05 +0100 Bram Moolenaar patch 9.0.1262: the did_set_string_option function is too long v9.0.1262
Sun, 22 Jan 2023 22:15:04 +0100 Bram Moolenaar patch 9.0.1234: the code style has to be checked manually
Tue, 15 Nov 2022 15:00:08 +0100 Bram Moolenaar patch 9.0.0885: informational message has an error message number v9.0.0885
Thu, 13 Oct 2022 14:00:05 +0200 Bram Moolenaar patch 9.0.0738: cannot suppress completion "scanning" messages v9.0.0738
Tue, 04 Oct 2022 17:30:06 +0200 Bram Moolenaar patch 9.0.0657: too many #ifdefs v9.0.0657
Sat, 24 Sep 2022 20:30:03 +0200 Bram Moolenaar patch 9.0.0579: using freed memory when 'tagfunc' wipes out buffer v9.0.0579
Sat, 24 Sep 2022 12:30:07 +0200 Bram Moolenaar patch 9.0.0567: 'completeopt' "longest" is not used for complete() v9.0.0567
Sun, 04 Sep 2022 14:00:03 +0200 Bram Moolenaar patch 9.0.0376: clang warns for dead assignments v9.0.0376
Thu, 01 Sep 2022 13:30:05 +0200 Bram Moolenaar patch 9.0.0345: error message for list argument could be clearer v9.0.0345
Wed, 24 Aug 2022 18:00:05 +0200 Bram Moolenaar patch 9.0.0254: typo in function name v9.0.0254
Thu, 28 Jul 2022 23:00:04 +0200 Bram Moolenaar patch 9.0.0102: reading past end of line with insert mode completion v9.0.0102
Sat, 23 Jul 2022 11:00:04 +0200 Bram Moolenaar patch 9.0.0063: too many type casts for dict_get functions v9.0.0063
Sat, 23 Jul 2022 08:00:03 +0200 Bram Moolenaar patch 9.0.0060: accessing uninitialized memory when completing long line v9.0.0060
Fri, 15 Jul 2022 22:00:06 +0200 Bram Moolenaar patch 9.0.0054: compiler warning for size_t to int conversion v9.0.0054
Thu, 07 Jul 2022 21:00:03 +0200 Bram Moolenaar patch 9.0.0046: reading past end of completion with duplicate match v9.0.0046
Thu, 07 Jul 2022 20:45:07 +0200 Bram Moolenaar patch 9.0.0045: reading past end of completion with a long line v9.0.0045
Fri, 01 Jul 2022 21:00:03 +0200 Bram Moolenaar patch 9.0.0020: with some completion reading past end of string v9.0.0020
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
Fri, 27 May 2022 18:30:04 +0200 Bram Moolenaar patch 8.2.5029: "textlock" is always zero v8.2.5029
Thu, 26 May 2022 16:30:02 +0200 Bram Moolenaar patch 8.2.5022: 'completefunc'/'omnifunc' error does not end completion v8.2.5022
Sat, 21 May 2022 21:30:04 +0200 Bram Moolenaar patch 8.2.4993: smart/C/lisp indenting is optional v8.2.4993
Mon, 09 May 2022 21:15:04 +0200 Bram Moolenaar patch 8.2.4928: various white space and cosmetic mistakes v8.2.4928