summaryrefslogtreecommitdiff
path: root/src/quickfix.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2834: Vim9: :cexpr does not work with local variablesv8.2.2834Bram Moolenaar2021-05-051-53/+69
* patch 8.2.2826: compiler warnings for int to size_t conversionv8.2.2826Bram Moolenaar2021-05-031-1/+1
* patch 8.2.2813: cannot grep using fuzzy matchingv8.2.2813Yegappan Lakshmanan2021-04-261-33/+80
* patch 8.2.2474: using freed memory when window is closed by autocommandv8.2.2474Bram Moolenaar2021-02-061-0/+2
* patch 8.2.2430: :vimgrep expands wildcards twicev8.2.2430Bram Moolenaar2021-01-301-1/+1
* patch 8.2.2289: Vim9: 'cpo' can become emptyv8.2.2289Bram Moolenaar2021-01-031-2/+13
* patch 8.2.2185: BufUnload is not triggered for the quickfix dummy bufferv8.2.2185Bram Moolenaar2020-12-221-1/+1
* patch 8.2.2147: quickfix window title not updated in all tab pagesv8.2.2147Bram Moolenaar2020-12-161-7/+12
* patch 8.2.2069: the quickfix window is not updated after setqflist()v8.2.2069Bram Moolenaar2020-11-291-2/+4
* patch 8.2.2036: buffer messed up if creating the quickfix window failsv8.2.2036Bram Moolenaar2020-11-231-3/+5
* patch 8.2.1982: quickfix window now updated when adding invalid entriesv8.2.1982Bram Moolenaar2020-11-141-2/+5
* patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar2020-10-241-9/+10
* patch 8.2.1871: using %v in 'errorformat' may fail before %Zv8.2.1871Bram Moolenaar2020-10-201-1/+3
* patch 8.2.1775: MS-Windows: adding a long quickfix list is slowv8.2.1775Bram Moolenaar2020-09-291-4/+10
* patch 8.2.1677: memory access errors when calling setloclist() in autocommandv8.2.1677Bram Moolenaar2020-09-131-5/+36
* patch 8.2.1618: Vim9: cannot pass "true" to setloclist()v8.2.1618Bram Moolenaar2020-09-051-1/+1
* patch 8.2.1599: missing line end when skipping a long line with :cgetfilev8.2.1599Bram Moolenaar2020-09-051-1/+1
* patch 8.2.1557: crash in :vimgrep when started as "vim -n"v8.2.1557Bram Moolenaar2020-08-311-1/+1
* patch 8.2.1384: no ATTENTION prompt for :vimgrep first match filev8.2.1384Bram Moolenaar2020-08-071-1/+19
* patch 8.2.1281: the "trailing characters" error can be hard to understandv8.2.1281Bram Moolenaar2020-07-231-1/+1
* patch 8.2.1255: cannot use a lambda with quickfix functionsv8.2.1255Bram Moolenaar2020-07-201-19/+120
* patch 8.2.1102: Coverity gets confused by an unnecessary NULL checkv8.2.1102Bram Moolenaar2020-07-011-6/+8
* patch 8.2.1101: no error when using wrong arguments for setqflist()v8.2.1101Bram Moolenaar2020-06-301-0/+8
* patch 8.2.1049: Vim9: leaking memory when using continuation linev8.2.1049Bram Moolenaar2020-06-241-1/+1
* patch 8.2.0959: using 'quickfixtextfunc' is a bit slowv8.2.0959Bram Moolenaar2020-06-111-36/+56
* patch 8.2.0934: lhelpgrep twice in help window doesn't jump to the help topicv8.2.0934Bram Moolenaar2020-06-081-2/+3
* patch 8.2.0933: 'quickfixtextfunc' does not get window ID of location listv8.2.0933Bram Moolenaar2020-06-081-7/+13
* patch 8.2.0917: quickfix entries do not suport a "note" typev8.2.0917Bram Moolenaar2020-06-071-3/+8
* patch 8.2.0869: it is not possible to customize the quickfix window contentsv8.2.0869Bram Moolenaar2020-05-311-67/+159
* patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar2020-05-301-2/+2
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-5/+5
* patch 8.2.0523: loops are repeatedv8.2.0523Bram Moolenaar2020-04-061-1/+1
* patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar2020-04-021-1/+1
* patch 8.2.0381: using freed memory with :lvimgrep and autocommandv8.2.0381Bram Moolenaar2020-03-141-1/+20
* patch 8.2.0295: highlighting for :s wrong when using different separatorv8.2.0295Bram Moolenaar2020-02-211-1/+1
* patch 8.2.0260: several lines of code are duplicatedv8.2.0260Bram Moolenaar2020-02-151-17/+7
* patch 8.2.0241: crash when setting 'buftype' to "quickfix"v8.2.0241Bram Moolenaar2020-02-101-1/+1
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-2/+2
* patch 8.2.0004: get E685 and E931 if buffer reload is interruptedv8.2.0004Bram Moolenaar2019-12-141-2/+2
* patch 8.1.2401: :cexpr does not handle | in expressionv8.1.2401Bram Moolenaar2019-12-061-1/+1
* patch 8.1.2394: using old C style commentsv8.1.2394Bram Moolenaar2019-12-051-1/+1
* patch 8.1.2340: quickfix test fails under valgrind and asanv8.1.2340Bram Moolenaar2019-11-241-9/+15
* patch 8.1.2320: insufficient test coverage for quickfixv8.1.2320Bram Moolenaar2019-11-181-19/+11
* patch 8.1.2315: not always using the right window when jumping to an errorv8.1.2315Bram Moolenaar2019-11-171-2/+5
* patch 8.1.2297: the ex_vimgrep() function is too longv8.1.2297Bram Moolenaar2019-11-121-104/+156
* patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar2019-11-021-2/+2
* patch 8.1.2220: :cfile does not abort like other quickfix commandsv8.1.2220Bram Moolenaar2019-10-261-2/+8
* patch 8.1.2173: searchit() has too many argumentsv8.1.2173Bram Moolenaar2019-10-181-2/+1
* patch 8.1.2154: quickfix window height wrong when there is a tablinev8.1.2154Bram Moolenaar2019-10-161-2/+2
* patch 8.1.1971: manually enabling features causes build errorsv8.1.1971Bram Moolenaar2019-09-031-3/+1