log src/testdir/test_quickfix.vim @ 28183:2b595cee4c85 v8.2.4617

age author description
Thu, 24 Mar 2022 12:30:08 +0100 Bram Moolenaar patch 8.2.4617: no completion for :scriptnames v8.2.4617
Sat, 26 Feb 2022 11:45:03 +0100 Bram Moolenaar patch 8.2.4474: memory allocation failures not tested in quickfix code v8.2.4474
Thu, 24 Feb 2022 13:45:03 +0100 Bram Moolenaar patch 8.2.4462: not enough testing for quickfix code v8.2.4462
Wed, 23 Feb 2022 13:15:02 +0100 Bram Moolenaar patch 8.2.4453: :helpgrep may free an option that was not allocated v8.2.4453
Tue, 08 Feb 2022 19:15:03 +0100 Bram Moolenaar patch 8.2.4329: no support for end line number and column in 'errorformat' v8.2.4329
Tue, 08 Feb 2022 16:15:03 +0100 Bram Moolenaar patch 8.2.4327: may end up with no current buffer v8.2.4327
Tue, 01 Feb 2022 15:00:05 +0100 Bram Moolenaar patch 8.2.4281: using freed memory with :lopen and :bwipe v8.2.4281
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
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
Wed, 15 Dec 2021 13:30:04 +0100 Bram Moolenaar patch 8.2.3813: confusing error when using :cc without error list v8.2.3813
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
Thu, 09 Dec 2021 10:30:04 +0100 Bram Moolenaar patch 8.2.3762: if quickfix buffer is wiped out getqflist() still returns it v8.2.3762
Wed, 08 Dec 2021 21:15:03 +0100 Bram Moolenaar patch 8.2.3759: quickfix buffer becomes hidden while still in a window v8.2.3759
Wed, 01 Dec 2021 12:00:05 +0100 Bram Moolenaar patch 8.2.3713: MS-Windows: no error if vimgrep pattern is not matching v8.2.3713
Sun, 21 Nov 2021 12:45:04 +0100 Bram Moolenaar patch 8.2.3637: typos in test files v8.2.3637
Wed, 20 Oct 2021 23:00:05 +0200 Bram Moolenaar patch 8.2.3547: opening the quickfix window triggers BufWinEnter twice v8.2.3547
Sat, 31 Jul 2021 12:45:05 +0200 Bram Moolenaar patch 8.2.3254: win_gettype() does not recognize a quickfix window v8.2.3254
Thu, 15 Jul 2021 13:15:03 +0200 Bram Moolenaar patch 8.2.3163: location list window may open a wrong file v8.2.3163
Sun, 20 Jun 2021 16:45:03 +0200 Bram Moolenaar patch 8.2.3025: not enough tests for quickfix end_col and end_lnum v8.2.3025
Sat, 19 Jun 2021 21:00:04 +0200 Bram Moolenaar patch 8.2.3019: location list only has the start position. v8.2.3019
Sat, 19 Jun 2021 18:30:05 +0200 Bram Moolenaar patch 8.2.3018: 'quickfixtextfunc' formatting is lost when switching buffers v8.2.3018
Wed, 05 May 2021 21:45:04 +0200 Bram Moolenaar patch 8.2.2834: Vim9: :cexpr does not work with local variables v8.2.2834
Mon, 26 Apr 2021 21:30:04 +0200 Bram Moolenaar patch 8.2.2813: cannot grep using fuzzy matching v8.2.2813
Fri, 05 Mar 2021 21:00:04 +0100 Bram Moolenaar patch 8.2.2571: test may leave file behind v8.2.2571
Sun, 14 Feb 2021 13:00:04 +0100 Bram Moolenaar patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some places v8.2.2511
Sat, 30 Jan 2021 18:15:04 +0100 Bram Moolenaar patch 8.2.2430: :vimgrep expands wildcards twice v8.2.2430
Thu, 28 Jan 2021 14:00:04 +0100 Bram Moolenaar patch 8.2.2420: too many problems with using all autocommand events v8.2.2420
Sun, 03 Jan 2021 20:00:03 +0100 Bram Moolenaar patch 8.2.2289: Vim9: 'cpo' can become empty v8.2.2289
Wed, 16 Dec 2020 21:15:04 +0100 Bram Moolenaar patch 8.2.2147: quickfix window title not updated in all tab pages v8.2.2147
Sat, 05 Dec 2020 13:45:04 +0100 Bram Moolenaar patch 8.2.2092: Vim9: unpredictable errors for script tests v8.2.2092
Sun, 29 Nov 2020 14:30:04 +0100 Bram Moolenaar patch 8.2.2069: the quickfix window is not updated after setqflist() v8.2.2069
Mon, 23 Nov 2020 20:30:06 +0100 Bram Moolenaar patch 8.2.2036: buffer messed up if creating the quickfix window fails v8.2.2036
Sat, 14 Nov 2020 17:30:03 +0100 Bram Moolenaar patch 8.2.1984: cannot use :vimgrep in omni completion v8.2.1984
Sat, 14 Nov 2020 13:30:05 +0100 Bram Moolenaar patch 8.2.1982: quickfix window now updated when adding invalid entries v8.2.1982
Mon, 02 Nov 2020 20:15:04 +0100 Bram Moolenaar patch 8.2.1942: insufficient test coverage for the Netbeans interface v8.2.1942
Tue, 20 Oct 2020 15:00:04 +0200 Bram Moolenaar patch 8.2.1871: using %v in 'errorformat' may fail before %Z v8.2.1871
Tue, 29 Sep 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1775: MS-Windows: adding a long quickfix list is slow v8.2.1775
Sun, 13 Sep 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.1677: memory access errors when calling setloclist() in autocommand v8.2.1677
Sat, 05 Sep 2020 17:15:03 +0200 Bram Moolenaar patch 8.2.1599: missing line end when skipping a long line with :cgetfile v8.2.1599
Fri, 04 Sep 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1593: tests do not check the error number properly v8.2.1593
Fri, 04 Sep 2020 18:45:05 +0200 Bram Moolenaar patch 8.2.1591: using winheight('.') in tests works but is wrong v8.2.1591
Mon, 31 Aug 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1557: crash in :vimgrep when started as "vim -n" v8.2.1557
Wed, 12 Aug 2020 19:00:08 +0200 Bram Moolenaar patch 8.2.1432: various inconsistencies in test files v8.2.1432
Tue, 11 Aug 2020 20:45:05 +0200 Bram Moolenaar patch 8.2.1420: test 49 is old style v8.2.1420
Fri, 07 Aug 2020 18:15:06 +0200 Bram Moolenaar patch 8.2.1384: no ATTENTION prompt for :vimgrep first match file v8.2.1384
Mon, 20 Jul 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1255: cannot use a lambda with quickfix functions v8.2.1255
Sat, 11 Jul 2020 22:30:07 +0200 Bram Moolenaar patch 8.2.1183: assert_fails() checks the last error message v8.2.1183
Tue, 30 Jun 2020 22:15:05 +0200 Bram Moolenaar patch 8.2.1101: no error when using wrong arguments for setqflist() v8.2.1101
Fri, 26 Jun 2020 20:45:08 +0200 Bram Moolenaar patch 8.2.1061: insufficient testing for src/window.c v8.2.1061
Mon, 22 Jun 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.1040: not enough testing for movement commands v8.2.1040
Thu, 11 Jun 2020 19:45:03 +0200 Bram Moolenaar patch 8.2.0959: using 'quickfixtextfunc' is a bit slow v8.2.0959
Tue, 09 Jun 2020 16:00:05 +0200 Bram Moolenaar patch 8.2.0936: some terminals misinterpret the code for getting cursor style v8.2.0936
Mon, 08 Jun 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.0934: lhelpgrep twice in help window doesn't jump to the help topic v8.2.0934
Mon, 08 Jun 2020 19:30:03 +0200 Bram Moolenaar patch 8.2.0933: 'quickfixtextfunc' does not get window ID of location list v8.2.0933
Sun, 07 Jun 2020 14:15:04 +0200 Bram Moolenaar patch 8.2.0917: quickfix entries do not suport a "note" type v8.2.0917
Sun, 31 May 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.0869: it is not possible to customize the quickfix window contents v8.2.0869
Sun, 03 May 2020 16:30:04 +0200 Bram Moolenaar patch 8.2.0687: some tests do not work on FreeBSD v8.2.0687
Sun, 26 Apr 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.0644: insufficient testing for invalid function arguments
Sat, 25 Apr 2020 15:30:04 +0200 Bram Moolenaar patch 8.2.0634: crash with null partial and blob v8.2.0634