summaryrefslogtreecommitdiff
path: root/src/quickfix.c
AgeCommit message (Expand)Author
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
2017-08-30patch 8.0.1023: it is not easy to identify a quickfix listBram Moolenaar
2017-08-27patch 8.0.1006: quickfix list changes when parsing text with 'erroformat'Bram Moolenaar
2017-08-17patch 8.0.0953: get "no write since last change" error in terminal windowBram Moolenaar
2017-08-13patch 8.0.0922: quickfix list always added after current oneBram Moolenaar
2017-08-11patch 8.0.0904: cannot set a location list from textBram Moolenaar
2017-07-27patch 8.0.0782: using freed memory in quickfix codeBram Moolenaar
2017-07-25patch 8.0.0776: function prototypes missing without the quickfix featureBram Moolenaar
2017-07-23patch 8.0.0761: options not set properly for a terminal bufferBram Moolenaar
2017-07-19patch 8.0.0735: no indication that the quickfix window/buffer changedBram Moolenaar
2017-07-19patch 8.0.0733: can only add entries to one list in the quickfix stackBram Moolenaar
2017-06-28patch 8.0.0687: minor issues related to quickfixBram Moolenaar
2017-06-25patch 8.0.0677: setting 'filetype' may switch buffersBram Moolenaar
2017-06-22patch 8.0.0657: cannot get and set quickfix list itemsBram Moolenaar
2017-06-17patch 8.0.0643: when a pattern search is slow Vim becomes unusableBram Moolenaar
2017-06-13patch 8.0.0641: cannot set a separate highlighting for the quickfix lineBram Moolenaar
2017-06-11patch 8.0.0634: cannot easily get to the last quickfix listBram Moolenaar