summaryrefslogtreecommitdiff
path: root/src/quickfix.c
AgeCommit message (Expand)Author
2018-06-18patch 8.1.0074: crash when running quickfix testsBram Moolenaar
2018-06-18patch 8.1.0073: crash when autocommands call setloclist()Bram Moolenaar
2018-06-16patch 8.1.0060: crash when autocommands delete the current bufferBram Moolenaar
2018-05-21patch 8.1.0014: qf_init_ext() is too longBram Moolenaar
2018-05-20patch 8.1.0010: efm_to_regpat() is too longBram Moolenaar
2018-05-15patch 8.0.1844: superfluous quickfix code, missing examplesBram Moolenaar
2018-05-13patch 8.0.1831: sometimes the quickfix title is incorrectly prefixed with ':'Bram Moolenaar
2018-05-10patch 8.0.1812: the qf_jump_to_usable_window() function is too longBram Moolenaar
2018-05-08patch 8.0.1805: qf_parse_line() is too longBram Moolenaar
2018-05-01patch 8.0.1782: no simple way to label quickfix entriesBram Moolenaar
2018-05-01patch 8.0.1781: file names in quickfix window are not shortenedBram Moolenaar
2018-04-29patch 8.0.1773: dialog messages are not translatedBram Moolenaar
2018-04-28patch 8.0.1772: quickfix: mixup of FALSE and FAIL, returning -1Bram Moolenaar
2018-04-24patch 8.0.1754: ex_helpgrep() is too longBram Moolenaar
2018-04-24patch 8.0.1752: qf_set_properties() is to longBram Moolenaar
2018-04-23patch 8.0.1750: crash when clearing loccation list in autocommandBram Moolenaar
2018-04-16patch 8.0.1727: qf_get_properties() function is too longBram Moolenaar
2018-04-12patch 8.0.1702: leaking memory when autocommands make quickfix list invalidBram Moolenaar
2018-04-08patch 8.0.1678: errorformat "%r" implies "%>"Bram Moolenaar
2018-04-06patch 8.0.1669: :vimgrep may add entries to the wrong quickfix listBram Moolenaar
2018-03-24patch 8.0.1634: the ex_vimgrep() function is too longBram Moolenaar
2018-03-20patch 8.0.1622: possible NULL pointer dereferenceBram Moolenaar
2018-03-06patch 8.0.1583: using C99 commentBram Moolenaar
2018-03-05patch 8.0.1569: warning for uninitialized variable from gccBram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsBram Moolenaar
2018-02-11patch 8.0.1500: possible NULL pointer dereferenceBram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesBram Moolenaar
2018-01-27patch 8.0.1432: after ":copen" can't get the window-ID of the quickfix windowBram Moolenaar
2017-12-26patch 8.0.1427: the :leftabove modifier doesn't work for :copenBram Moolenaar
2017-12-21patch 8.0.1420: accessing freed memory in vimgrepBram Moolenaar
2017-12-19patch 8.0.1414: accessing freed memory in :lfile.Bram Moolenaar
2017-12-19patch 8.0.1413: accessing freed memory in :cbufferBram Moolenaar
2017-12-19patch 8.0.1412: using free memory using setloclist()Bram Moolenaar
2017-12-19patch 8.0.1408: crash in setqflist()Bram Moolenaar
2017-12-18patch 8.0.1406: difficult to track changes to a quickfix listBram Moolenaar
2017-12-18patch 8.0.1403: using freed buffer in grep commandBram Moolenaar
2017-12-12patch 8.0.1389: getqflist() items are missing if not setBram Moolenaar
2017-12-10patch 8.0.1384: not enough quickfix help; confusing winidBram Moolenaar
2017-11-28patch 8.0.1353: QuickFixCmdPost is not used consistentlyBram Moolenaar
2017-11-23patch 8.0.1332: highlighting in quickfix window could be betterBram Moolenaar
2017-09-24patch 8.0.1144: using wrong #ifdef for computing lengthBram Moolenaar
2017-09-22patch 8.0.1136: W_WIDTH() is always the sameBram Moolenaar
2017-09-20patch 8.0.1130: the qf_jump() function is still too longBram Moolenaar
2017-09-16patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsBram Moolenaar
2017-09-15patch 8.0.1112: can't get size or current index from quickfix listBram Moolenaar
2017-09-14patch 8.0.1104: the qf_jump() function is too longBram Moolenaar
2017-09-11patch 8.0.1093: various small quickfix issuesBram Moolenaar
2017-09-02patch 8.0.1040: cannot use another error format in getqflist()Bram Moolenaar
2017-09-01patch 8.0.1031: "text" argument for getqflist() is confusingBram Moolenaar
2017-08-31patch 8.0.1029: return value of getqflist() is inconsistentBram Moolenaar