summaryrefslogtreecommitdiff
path: root/src/quickfix.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.1.1966: some code in options.c fits better elsewherev8.1.1966Bram Moolenaar2019-09-021-3/+151
* patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar2019-08-201-1/+2
* patch 8.1.1549: quickfix test failsv8.1.1549Bram Moolenaar2019-06-151-1/+1
* patch 8.1.1547: functionality of bt_nofile() is confusingv8.1.1547Bram Moolenaar2019-06-151-1/+1
* patch 8.1.1489: sign order wrong when priority was changedv8.1.1489Bram Moolenaar2019-06-071-10/+4
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-5/+5
* patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar2019-05-251-1/+1
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-2/+2
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-5/+5
* patch 8.1.1312: Coverity warning for using uninitialized variablev8.1.1312Bram Moolenaar2019-05-091-0/+2
* patch 8.1.1281: cannot specify a count with :chistoryv8.1.1281Bram Moolenaar2019-05-051-0/+21