summaryrefslogtreecommitdiffstats
path: root/src/quickfix.c
AgeCommit message (Expand)Author
2021-07-15patch 8.2.3163: location list window may open a wrong filev8.2.3163Wei-Chung Wen
2021-06-27patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar
2021-06-19patch 8.2.3019: location list only has the start position.v8.2.3019thinca
2021-06-19patch 8.2.3018: 'quickfixtextfunc' formatting is lost when switching buffersv8.2.3018Yegappan Lakshmanan
2021-06-02patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata
2021-05-05patch 8.2.2834: Vim9: :cexpr does not work with local variablesv8.2.2834Bram Moolenaar
2021-05-03patch 8.2.2826: compiler warnings for int to size_t conversionv8.2.2826Bram Moolenaar
2021-04-26patch 8.2.2813: cannot grep using fuzzy matchingv8.2.2813Yegappan Lakshmanan
2021-02-06patch 8.2.2474: using freed memory when window is closed by autocommandv8.2.2474Bram Moolenaar
2021-01-30patch 8.2.2430: :vimgrep expands wildcards twicev8.2.2430Bram Moolenaar
2021-01-03patch 8.2.2289: Vim9: 'cpo' can become emptyv8.2.2289Bram Moolenaar
2020-12-22patch 8.2.2185: BufUnload is not triggered for the quickfix dummy bufferv8.2.2185Bram Moolenaar
2020-12-16patch 8.2.2147: quickfix window title not updated in all tab pagesv8.2.2147Bram Moolenaar
2020-11-29patch 8.2.2069: the quickfix window is not updated after setqflist()v8.2.2069Bram Moolenaar
2020-11-23patch 8.2.2036: buffer messed up if creating the quickfix window failsv8.2.2036Bram Moolenaar
2020-11-14patch 8.2.1982: quickfix window now updated when adding invalid entriesv8.2.1982Bram Moolenaar
2020-10-24patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar
2020-10-20patch 8.2.1871: using %v in 'errorformat' may fail before %Zv8.2.1871Bram Moolenaar
2020-09-29patch 8.2.1775: MS-Windows: adding a long quickfix list is slowv8.2.1775Bram Moolenaar
2020-09-13patch 8.2.1677: memory access errors when calling setloclist() in autocommandv8.2.1677Bram Moolenaar
2020-09-05patch 8.2.1618: Vim9: cannot pass "true" to setloclist()v8.2.1618Bram Moolenaar
2020-09-05patch 8.2.1599: missing line end when skipping a long line with :cgetfilev8.2.1599Bram Moolenaar
2020-08-31patch 8.2.1557: crash in :vimgrep when started as "vim -n"v8.2.1557Bram Moolenaar
2020-08-07patch 8.2.1384: no ATTENTION prompt for :vimgrep first match filev8.2.1384Bram Moolenaar
2020-07-23patch 8.2.1281: the "trailing characters" error can be hard to understandv8.2.1281Bram Moolenaar
2020-07-20patch 8.2.1255: cannot use a lambda with quickfix functionsv8.2.1255Bram Moolenaar
2020-07-01patch 8.2.1102: Coverity gets confused by an unnecessary NULL checkv8.2.1102Bram Moolenaar
2020-06-30patch 8.2.1101: no error when using wrong arguments for setqflist()v8.2.1101Bram Moolenaar
2020-06-24patch 8.2.1049: Vim9: leaking memory when using continuation linev8.2.1049Bram Moolenaar
2020-06-11patch 8.2.0959: using 'quickfixtextfunc' is a bit slowv8.2.0959Bram Moolenaar
2020-06-08patch 8.2.0934: lhelpgrep twice in help window doesn't jump to the help topicv8.2.0934Bram Moolenaar
2020-06-08patch 8.2.0933: 'quickfixtextfunc' does not get window ID of location listv8.2.0933Bram Moolenaar
2020-06-07patch 8.2.0917: quickfix entries do not suport a "note" typev8.2.0917Bram Moolenaar
2020-05-31patch 8.2.0869: it is not possible to customize the quickfix window contentsv8.2.0869Bram Moolenaar
2020-05-30patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2020-04-06patch 8.2.0523: loops are repeatedv8.2.0523Bram Moolenaar
2020-04-02patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar
2020-03-14patch 8.2.0381: using freed memory with :lvimgrep and autocommandv8.2.0381Bram Moolenaar
2020-02-21patch 8.2.0295: highlighting for :s wrong when using different separatorv8.2.0295Bram Moolenaar
2020-02-15patch 8.2.0260: several lines of code are duplicatedv8.2.0260Bram Moolenaar
2020-02-10patch 8.2.0241: crash when setting 'buftype' to "quickfix"v8.2.0241Bram Moolenaar
2020-01-26patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar
2019-12-14patch 8.2.0004: get E685 and E931 if buffer reload is interruptedv8.2.0004Bram Moolenaar
2019-12-06patch 8.1.2401: :cexpr does not handle | in expressionv8.1.2401Bram Moolenaar
2019-12-05patch 8.1.2394: using old C style commentsv8.1.2394Bram Moolenaar
2019-11-24patch 8.1.2340: quickfix test fails under valgrind and asanv8.1.2340Bram Moolenaar
2019-11-18patch 8.1.2320: insufficient test coverage for quickfixv8.1.2320Bram Moolenaar
2019-11-17patch 8.1.2315: not always using the right window when jumping to an errorv8.1.2315Bram Moolenaar
2019-11-12patch 8.1.2297: the ex_vimgrep() function is too longv8.1.2297Bram Moolenaar