summaryrefslogtreecommitdiffstats
path: root/src/quickfix.c
AgeCommit message (Expand)Author
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
2019-11-02patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar
2019-10-26patch 8.1.2220: :cfile does not abort like other quickfix commandsv8.1.2220Bram Moolenaar
2019-10-18patch 8.1.2173: searchit() has too many argumentsv8.1.2173Bram Moolenaar
2019-10-16patch 8.1.2154: quickfix window height wrong when there is a tablinev8.1.2154Bram Moolenaar
2019-09-03patch 8.1.1971: manually enabling features causes build errorsv8.1.1971Bram Moolenaar
2019-09-02patch 8.1.1966: some code in options.c fits better elsewherev8.1.1966Bram Moolenaar
2019-08-20patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar
2019-06-15patch 8.1.1549: quickfix test failsv8.1.1549Bram Moolenaar
2019-06-15patch 8.1.1547: functionality of bt_nofile() is confusingv8.1.1547Bram Moolenaar
2019-06-07patch 8.1.1489: sign order wrong when priority was changedv8.1.1489Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
2019-05-25patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar
2019-05-24patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar
2019-05-24patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar
2019-05-09patch 8.1.1312: Coverity warning for using uninitialized variablev8.1.1312Bram Moolenaar
2019-05-05patch 8.1.1281: cannot specify a count with :chistoryv8.1.1281Bram Moolenaar
2019-05-05patch 8.1.1275: cannot navigate to errors before/after the cursorv8.1.1275Bram Moolenaar
2019-05-04patch 8.1.1261: no error for quickfix commands with negative rangev8.1.1261Bram Moolenaar
2019-05-03patch 8.1.1256: cannot navigate through errors relative to the cursorv8.1.1256Bram Moolenaar
2019-05-02patch 8.1.1245: ":copen 10" sets height in full-height windowv8.1.1245Bram Moolenaar
2019-04-04patch 8.1.1112: duplicate code in quickfix filev8.1.1112Bram Moolenaar
2019-03-31patch 8.1.1098: quickfix code duplicationv8.1.1098Bram Moolenaar