log src/quickfix.c @ 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
Tue, 27 Jul 2021 22:15:06 +0200 Bram Moolenaar patch 8.2.3229: Vim9: runtime and compile time type checks are not the same v8.2.3229
Wed, 21 Jul 2021 22:30:05 +0200 Bram Moolenaar patch 8.2.3197: error messages are spread out v8.2.3197
Tue, 20 Jul 2021 21:15:05 +0200 Bram Moolenaar patch 8.2.3190: error messages are spread out v8.2.3190
Tue, 20 Jul 2021 18:00:06 +0200 Bram Moolenaar patch 8.2.3188: Vim9: argument types are not checked at compile time v8.2.3188
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, 27 Jun 2021 22:15:04 +0200 Bram Moolenaar patch 8.2.3069: error messages are spread out v8.2.3069
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, 02 Jun 2021 13:30:05 +0200 Bram Moolenaar patch 8.2.2922: computing array length is done in various ways v8.2.2922
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, 03 May 2021 19:00:04 +0200 Bram Moolenaar patch 8.2.2826: compiler warnings for int to size_t conversion v8.2.2826
Mon, 26 Apr 2021 21:30:04 +0200 Bram Moolenaar patch 8.2.2813: cannot grep using fuzzy matching v8.2.2813
Sat, 06 Feb 2021 19:30:04 +0100 Bram Moolenaar patch 8.2.2474: using freed memory when window is closed by autocommand v8.2.2474
Sat, 30 Jan 2021 18:15:04 +0100 Bram Moolenaar patch 8.2.2430: :vimgrep expands wildcards twice v8.2.2430
Sun, 03 Jan 2021 20:00:03 +0100 Bram Moolenaar patch 8.2.2289: Vim9: 'cpo' can become empty v8.2.2289
Tue, 22 Dec 2020 11:45:03 +0100 Bram Moolenaar patch 8.2.2185: BufUnload is not triggered for the quickfix dummy buffer v8.2.2185
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
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 13:30:05 +0100 Bram Moolenaar patch 8.2.1982: quickfix window now updated when adding invalid entries v8.2.1982
Sat, 24 Oct 2020 21:00:05 +0200 Bram Moolenaar patch 8.2.1898: command modifier parsing always uses global cmdmod v8.2.1898
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 22:45:03 +0200 Bram Moolenaar patch 8.2.1618: Vim9: cannot pass "true" to setloclist() v8.2.1618
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
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
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
Thu, 23 Jul 2020 17:30:03 +0200 Bram Moolenaar patch 8.2.1281: the "trailing characters" error can be hard to understand v8.2.1281
Mon, 20 Jul 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1255: cannot use a lambda with quickfix functions v8.2.1255
Wed, 01 Jul 2020 13:15:04 +0200 Bram Moolenaar patch 8.2.1102: Coverity gets confused by an unnecessary NULL check v8.2.1102
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
Wed, 24 Jun 2020 20:45:04 +0200 Bram Moolenaar patch 8.2.1049: Vim9: leaking memory when using continuation line v8.2.1049
Thu, 11 Jun 2020 19:45:03 +0200 Bram Moolenaar patch 8.2.0959: using 'quickfixtextfunc' is a bit slow v8.2.0959
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
Sat, 30 May 2020 20:45:03 +0200 Bram Moolenaar patch 8.2.0853: ml_delete() often called with FALSE argument v8.2.0853
Sun, 12 Apr 2020 19:45:05 +0200 Bram Moolenaar patch 8.2.0559: clearing a struct is verbose v8.2.0559
Mon, 06 Apr 2020 22:15:39 +0200 Bram Moolenaar patch 8.2.0523: loops are repeated v8.2.0523
Thu, 02 Apr 2020 19:00:05 +0200 Bram Moolenaar patch 8.2.0500: using the same loop in many places v8.2.0500
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 21:45:04 +0100 Bram Moolenaar patch 8.2.0295: highlighting for :s wrong when using different separator v8.2.0295
Sat, 15 Feb 2020 23:15:04 +0100 Bram Moolenaar patch 8.2.0260: several lines of code are duplicated v8.2.0260
Mon, 10 Feb 2020 23:00:04 +0100 Bram Moolenaar patch 8.2.0241: crash when setting 'buftype' to "quickfix" v8.2.0241
Sun, 26 Jan 2020 22:15:05 +0100 Bram Moolenaar patch 8.2.0156: various typos in source files and tests v8.2.0156
Sat, 14 Dec 2019 16:30:04 +0100 Bram Moolenaar patch 8.2.0004: get E685 and E931 if buffer reload is interrupted v8.2.0004
Fri, 06 Dec 2019 21:15:04 +0100 Bram Moolenaar patch 8.1.2401: :cexpr does not handle | in expression v8.1.2401
Thu, 05 Dec 2019 21:15:04 +0100 Bram Moolenaar patch 8.1.2394: using old C style comments v8.1.2394
Sun, 24 Nov 2019 22:15:03 +0100 Bram Moolenaar patch 8.1.2340: quickfix test fails under valgrind and asan v8.1.2340
Mon, 18 Nov 2019 22:15:03 +0100 Bram Moolenaar patch 8.1.2320: insufficient test coverage for quickfix v8.1.2320
Sun, 17 Nov 2019 18:15:03 +0100 Bram Moolenaar patch 8.1.2315: not always using the right window when jumping to an error v8.1.2315
Tue, 12 Nov 2019 23:00:04 +0100 Bram Moolenaar patch 8.1.2297: the ex_vimgrep() function is too long v8.1.2297
Sat, 02 Nov 2019 23:00:06 +0100 Bram Moolenaar patch 8.1.2243: typos in comments v8.1.2243
Sat, 26 Oct 2019 17:00:03 +0200 Bram Moolenaar patch 8.1.2220: :cfile does not abort like other quickfix commands v8.1.2220
Fri, 18 Oct 2019 21:00:04 +0200 Bram Moolenaar patch 8.1.2173: searchit() has too many arguments v8.1.2173
Wed, 16 Oct 2019 15:00:04 +0200 Bram Moolenaar patch 8.1.2154: quickfix window height wrong when there is a tabline v8.1.2154
Tue, 03 Sep 2019 23:30:04 +0200 Bram Moolenaar patch 8.1.1971: manually enabling features causes build errors v8.1.1971