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
|
Tue, 26 Jan 2021 22:45:04 +0100 |
Bram Moolenaar |
patch 8.2.2415: no way to check for the cmdwin feature
v8.2.2415
|
Sat, 12 Dec 2020 13:45:04 +0100 |
Bram Moolenaar |
patch 8.2.2130: Insert mode completion messages end up in message history
v8.2.2130
|
Mon, 26 Oct 2020 19:30:04 +0100 |
Bram Moolenaar |
patch 8.2.1907: complete_info().selected may be wrong
v8.2.1907
|
Sun, 25 Oct 2020 13:30:06 +0100 |
Bram Moolenaar |
patch 8.2.1901: variable completion does not work in command line window
v8.2.1901
|
Sun, 27 Sep 2020 20:15:03 +0200 |
Bram Moolenaar |
patch 8.2.1762: when a timer uses :stopinsert completion isn't stopped
v8.2.1762
|
Sat, 26 Sep 2020 19:00:03 +0200 |
Bram Moolenaar |
patch 8.2.1747: result of expand() unexpectedly depends on 'completeslash'
v8.2.1747
|
Sat, 12 Sep 2020 23:00:03 +0200 |
Bram Moolenaar |
patch 8.2.1673: complete_info() selected index has an invalid value
v8.2.1673
|
Wed, 12 Aug 2020 19:00:08 +0200 |
Bram Moolenaar |
patch 8.2.1432: various inconsistencies in test files
v8.2.1432
|
Tue, 05 May 2020 20:00:05 +0200 |
Bram Moolenaar |
patch 8.2.0698: insert mode completion not fully tested
v8.2.0698
|
Thu, 30 Apr 2020 22:45:04 +0200 |
Bram Moolenaar |
patch 8.2.0670: cannot change window when evaluating 'completefunc'
v8.2.0670
|
Tue, 28 Apr 2020 20:30:04 +0200 |
Bram Moolenaar |
patch 8.2.0655: search code not sufficiently tested
v8.2.0655
|
Tue, 21 Apr 2020 22:30:03 +0200 |
Bram Moolenaar |
patch 8.2.0615: regexp benchmark stest is old style
v8.2.0615
|
Wed, 08 Apr 2020 22:00:05 +0200 |
Bram Moolenaar |
patch 8.2.0533: tests using term_wait() can still be flaky
v8.2.0533
|
Mon, 06 Apr 2020 21:45:31 +0200 |
Bram Moolenaar |
patch 8.2.0522: several errors are not tested for
v8.2.0522
|
Sun, 15 Mar 2020 14:30:05 +0100 |
Bram Moolenaar |
patch 8.2.0382: some tests fail when run under valgrind
v8.2.0382
|
Sun, 26 Jan 2020 22:45:03 +0100 |
Bram Moolenaar |
patch 8.2.0158: triggering CompleteDone earlier is not backwards compatible
v8.2.0158
|
Fri, 17 Jan 2020 19:00:04 +0100 |
Bram Moolenaar |
patch 8.2.0123: complete_info() does not work when CompleteDone is triggered
v8.2.0123
|
Sun, 05 Jan 2020 20:45:05 +0100 |
Bram Moolenaar |
patch 8.2.0088: insufficient tests for tags; bug in using extra tag field
v8.2.0088
|
Sat, 04 Jan 2020 14:45:04 +0100 |
Bram Moolenaar |
patch 8.2.0084: complete item "user_data" can only be a string
v8.2.0084
|
Sun, 15 Dec 2019 15:00:04 +0100 |
Bram Moolenaar |
patch 8.2.0011: screen updating wrong when opeing preview window
v8.2.0011
|
Sat, 14 Dec 2019 18:45:04 +0100 |
Bram Moolenaar |
patch 8.2.0007: popup menu positioned wrong with folding in two tabs
v8.2.0007
|
Fri, 02 Aug 2019 20:00:07 +0200 |
Bram Moolenaar |
patch 8.1.1791: 'completeslash' also applies to globpath()
v8.1.1791
|
Mon, 29 Jul 2019 21:15:07 +0200 |
Bram Moolenaar |
patch 8.1.1774: test is silently skipped
v8.1.1774
|
Sun, 28 Jul 2019 16:45:05 +0200 |
Bram Moolenaar |
patch 8.1.1769: 'shellslash' is also used for completion
v8.1.1769
|