summaryrefslogtreecommitdiff
path: root/src/quickfix.c
AgeCommit message (Expand)Author
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
2017-06-04patch 8.0.0608: cannot manipulate other than the current quickfix listBram Moolenaar
2017-06-04patch 8.0.0607: after :bwipe + :new bufref might still be validBram Moolenaar
2017-05-28patch 8.0.0606: cannot set the context for a specified quickfix listBram Moolenaar
2017-05-28patch 8.0.0605: the quickfix cached buffer may become invalidBram Moolenaar
2017-05-15patch 8.0.0597: off-by-one error in size computationBram Moolenaar
2017-05-01patch 8.0.0595: Coverity warning for not checking return valueBram Moolenaar
2017-04-30patch 8.0.0590: cannot add a context to locationsBram Moolenaar
2017-04-23patch 8.0.0584: memory leak when executing quickfix testsBram Moolenaar
2017-04-22patch 8.0.0580: cannot set the valid flag with setqflist()Bram Moolenaar
2017-04-20patch 8.0.0574: get only one quickfix list after :caddbufBram Moolenaar
2017-04-15patch 8.0.0565: using freed memory in :caddbufBram Moolenaar
2017-04-02patch 8.0.0536: quickfix window not updated when freeing quickfix stackBram Moolenaar
2017-03-29patch 8.0.0517: there is no way to remove quickfix listsBram Moolenaar
2017-03-19patch 8.0.0484: :lhelpgrep does not fail after a successful oneBram Moolenaar
2017-03-16patch 8.0.0466: still macros that should be all-capsBram Moolenaar
2017-03-12patch 8.0.0452: some macros are in lower caseBram Moolenaar
2017-03-05patch 8.0.0420: text garbled when the system encoding differs from 'encoding'Bram Moolenaar
2016-11-13patch 8.0.0084Bram Moolenaar
2016-11-12patch 8.0.0079Bram Moolenaar
2016-11-12patch 8.0.0078Bram Moolenaar
2016-11-10patch 8.0.0074Bram Moolenaar
2016-11-06patch 8.0.0069Bram Moolenaar
2016-11-06patch 8.0.0068Bram Moolenaar
2016-10-15patch 8.0.0037Bram Moolenaar
2016-10-09patch 8.0.0026Bram Moolenaar
2016-09-27patch 8.0.0017Bram Moolenaar
2016-09-25patch 8.0.0012Bram Moolenaar
2016-09-01patch 7.4.2299Bram Moolenaar