log src/testdir/test_quickfix.vim @ 26026:db9fdfb86679 v8.2.3547

age author description
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
Sat, 14 Mar 2020 17:30:04 +0100 Bram Moolenaar patch 8.2.0381: using freed memory with :lvimgrep and autocommand v8.2.0381
Fri, 21 Feb 2020 18:00:05 +0100 Bram Moolenaar patch 8.2.0293: various Ex commands not sufficiently tested v8.2.0293
Tue, 18 Feb 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.0275: some Ex code not covered by tests v8.2.0275
Sun, 16 Feb 2020 13:45:04 +0100 Bram Moolenaar patch 8.2.0261: some code not covered by tests v8.2.0261
Tue, 11 Feb 2020 22:15:04 +0100 Bram Moolenaar patch 8.2.0243: insufficient code coverage for ex_docmd.c functions v8.2.0243
Mon, 10 Feb 2020 23:00:04 +0100 Bram Moolenaar patch 8.2.0241: crash when setting 'buftype' to "quickfix" v8.2.0241
Wed, 05 Feb 2020 20:45:04 +0100 Bram Moolenaar patch 8.2.0212: missing search/substitute pattern hardly tested v8.2.0212
Sun, 26 Jan 2020 22:15:05 +0100 Bram Moolenaar patch 8.2.0156: various typos in source files and tests v8.2.0156
Mon, 06 Jan 2020 22:00:06 +0100 Bram Moolenaar patch 8.2.0095: cannot specify exit code for :cquit v8.2.0095
Fri, 06 Dec 2019 21:15:04 +0100 Bram Moolenaar patch 8.1.2401: :cexpr does not handle | in expression v8.1.2401
Fri, 29 Nov 2019 22:15:04 +0100 Bram Moolenaar patch 8.1.2360: quickfix test coverage can still be improved v8.1.2360
Fri, 29 Nov 2019 20:30:05 +0100 Bram Moolenaar patch 8.1.2358: tests fail on Cirrus CI for FreeBSD v8.1.2358
Sun, 24 Nov 2019 22:15:03 +0100 Bram Moolenaar patch 8.1.2340: quickfix test fails under valgrind and asan v8.1.2340
Sun, 24 Nov 2019 12:15:03 +0100 Bram Moolenaar patch 8.1.2339: insufficient testing for quickfix v8.1.2339
Tue, 19 Nov 2019 22:45:04 +0100 Bram Moolenaar patch 8.1.2322: quickfix test fails in very big terminal v8.1.2322
Mon, 18 Nov 2019 22:15:03 +0100 Bram Moolenaar patch 8.1.2320: insufficient test coverage for quickfix v8.1.2320