log src/testdir/test_ins_complete.vim @ 35162:860a5fb8eaf2 default tip

age author description
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, 28 Mar 2024 11:45:02 +0100 Christian Brabandt patch 9.1.0220: Few typos in source and test files v9.1.0220
Wed, 20 Mar 2024 20:15:03 +0100 Christian Brabandt patch 9.1.0190: complete_info() returns wrong order of items v9.1.0190
Mon, 29 Jan 2024 22:00:02 +0100 Christian Brabandt patch 9.1.0065: Segfault with CompleteChanged autocommand v9.1.0065
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 20:00:03 +0200 Christian Brabandt patch 9.0.2077: CI fails because of trailing whitespace in test v9.0.2077
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
Fri, 31 Mar 2023 20:45:05 +0200 Bram Moolenaar patch 9.0.1432: completion popup in wrong position with virtual text "above" v9.0.1432
Thu, 02 Mar 2023 19:00:05 +0100 Bram Moolenaar patch 9.0.1371: ballooneval interferes with Insert completion v9.0.1371
Sat, 28 Jan 2023 20:30:04 +0100 Bram Moolenaar patch 9.0.1257: code style is not check in test scripts v9.0.1257
Thu, 15 Dec 2022 15:00:04 +0100 Bram Moolenaar patch 9.0.1062: some test function names do not match what they are doing v9.0.1062
Thu, 29 Sep 2022 22:15:04 +0200 Bram Moolenaar patch 9.0.0625: too many delete() calls in tests v9.0.0625
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 15:15:03 +0200 Bram Moolenaar patch 9.0.0572: insert complete tests leave a mapping behind v9.0.0572
Sat, 24 Sep 2022 12:30:07 +0200 Bram Moolenaar patch 9.0.0567: 'completeopt' "longest" is not used for complete() v9.0.0567
Fri, 02 Sep 2022 23:00:04 +0200 Bram Moolenaar patch 9.0.0363: common names in test files causes tests to be flaky v9.0.0363
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
Tue, 30 Aug 2022 00:15:03 +0200 Bram Moolenaar patch 9.0.0325: MS-Windows: completion test fails v9.0.0325
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
Sun, 31 Jul 2022 12:45:05 +0200 Bram Moolenaar patch 9.0.0118: no test for what patch 9.0.0155 fixes v9.0.0118
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
Wed, 27 Jul 2022 15:45:03 +0200 Bram Moolenaar patch 9.0.0092: plugins cannot change v:completed_item v9.0.0092
Sat, 23 Jul 2022 08:00:03 +0200 Bram Moolenaar patch 9.0.0060: accessing uninitialized memory when completing long line v9.0.0060
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
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
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
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
Wed, 04 May 2022 19:00:04 +0200 Bram Moolenaar patch 8.2.4865: :startinsert right after :stopinsert may not work v8.2.4865
Thu, 07 Apr 2022 22:15:03 +0200 Bram Moolenaar patch 8.2.4710: smart indenting does not work after completion v8.2.4710
Fri, 04 Mar 2022 16:00:04 +0100 Bram Moolenaar patch 8.2.4502: in the GUI a modifier is not recognized after CTRL-X v8.2.4502
Thu, 03 Mar 2022 13:00:03 +0100 Bram Moolenaar patch 8.2.4497: wrong color for half of wide character next to pum scrollbar v8.2.4497
Fri, 18 Feb 2022 19:00:04 +0100 Bram Moolenaar patch 8.2.4416: Vim9: using a script-local function requires using "s:" v8.2.4416
Sat, 12 Feb 2022 21:45:03 +0100 Bram Moolenaar patch 8.2.4361: Vim9: some tests fail v8.2.4361
Sun, 30 Jan 2022 20:00:04 +0100 Bram Moolenaar patch 8.2.4265: autoload tests fails v8.2.4265
Sun, 30 Jan 2022 16:30:04 +0100 Bram Moolenaar patch 8.2.4260: Vim9: can still use a global function without g: v8.2.4260
Sat, 29 Jan 2022 23:00:05 +0100 Bram Moolenaar patch 8.2.4257: Vim9: finding global function without g: prefix inconsistent v8.2.4257
Sat, 08 Jan 2022 11:45:04 +0100 Bram Moolenaar patch 8.2.4037: Insert mode completion is insufficiently tested v8.2.4037
Mon, 03 Jan 2022 12:15:03 +0100 Bram Moolenaar patch 8.2.3989: some insert completion code is not tested v8.2.3989
Thu, 30 Dec 2021 12:45:03 +0100 Bram Moolenaar patch 8.2.3944: insert mode completion functions are too long v8.2.3944
Wed, 29 Dec 2021 18:45:03 +0100 Bram Moolenaar patch 8.2.3937: Insert mode completion function is too long v8.2.3937
Mon, 27 Dec 2021 20:30:03 +0100 Bram Moolenaar patch 8.2.3915: illegal memory access when completing with invalid bytes v8.2.3915
Fri, 17 Dec 2021 17:30:04 +0100 Bram Moolenaar patch 8.2.3838: cannot use script-local function for setting *func options v8.2.3838
Sun, 12 Dec 2021 21:15:03 +0100 Bram Moolenaar patch 8.2.3792: setting *func options insufficiently tested v8.2.3792
Sun, 12 Dec 2021 17:30:04 +0100 Bram Moolenaar patch 8.2.3788: lambda for option that is a function may be freed v8.2.3788
Wed, 08 Dec 2021 12:00:05 +0100 Bram Moolenaar patch 8.2.3758: options that take a function insufficiently tested v8.2.3758
Tue, 07 Dec 2021 13:30:05 +0100 Bram Moolenaar patch 8.2.3756: might crash when callback is not valid v8.2.3756
Mon, 06 Dec 2021 12:15:04 +0100 Bram Moolenaar patch 8.2.3751: cannot assign a lambda to an option that takes a function v8.2.3751
Sat, 04 Dec 2021 15:15:03 +0100 Bram Moolenaar patch 8.2.3735: cannot use a lambda for 'imactivatefunc' v8.2.3735
Fri, 03 Dec 2021 12:15:04 +0100 Bram Moolenaar patch 8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc' v8.2.3725
Sun, 21 Nov 2021 12:45:04 +0100 Bram Moolenaar patch 8.2.3637: typos in test files v8.2.3637
Sat, 20 Nov 2021 20:15:03 +0100 Bram Moolenaar patch 8.2.3629: command completion in cmdline window uses global commands v8.2.3629
Tue, 31 Aug 2021 19:15:05 +0200 Bram Moolenaar patch 8.2.3389: cannot stop insert mode completion without side effects v8.2.3389
Sun, 25 Jul 2021 20:30:04 +0200 Bram Moolenaar patch 8.2.3223: Vim: using {} block in autoloade omnifunc fails v8.2.3223
Fri, 29 Jan 2021 22:00:04 +0100 Bram Moolenaar patch 8.2.2427: can still switch windows for 'completefunc' v8.2.2427
Fri, 29 Jan 2021 21:15:04 +0100 Bram Moolenaar patch 8.2.2426: allowing 'completefunc' to switch windows causes trouble v8.2.2426
Thu, 28 Jan 2021 18:45:03 +0100 Bram Moolenaar patch 8.2.2424: some tests are known to cause an error with ASAN v8.2.2424