summaryrefslogtreecommitdiffstats
path: root/src/quickfix.c
AgeCommit message (Expand)Author
2018-09-19patch 8.1.0410: the ex_copen() function is too longv8.1.0410Bram Moolenaar
2018-09-18patch 8.1.0407: quickfix code mixes using the stack and a list pointerv8.1.0407Bram Moolenaar
2018-09-02patch 8.1.0345: cannot get the window id associated with the location listv8.1.0345Bram Moolenaar
2018-08-28patch 8.1.0330: the qf_add_entries() function is too longv8.1.0330Bram Moolenaar
2018-08-21patch 8.1.0315: helpgrep with language doesn't work properlyv8.1.0315Bram Moolenaar
2018-08-18patch 8.1.0293: checks for type of stack is crypticv8.1.0293Bram Moolenaar
2018-08-15patch 8.1.0289: cursor moves to wrong column after quickfix jumpv8.1.0289Bram Moolenaar
2018-08-15patch 8.1.0288: quickfix code uses cmdidx too oftenv8.1.0288Bram Moolenaar
2018-08-11patch 8.1.0267: no good check if restoring quickfix list workedv8.1.0267Bram Moolenaar
2018-08-09patch 8.1.0261: Coverity complains about a negative array indexv8.1.0261Bram Moolenaar
2018-08-09patch 8.1.0259: no test for fixed quickfix issuev8.1.0259Bram Moolenaar
2018-08-07patch 8.1.0252: quickfix functions are too longv8.1.0252Bram Moolenaar
2018-08-07patch 8.1.0248: duplicated quickfix codev8.1.0248Bram Moolenaar
2018-08-01patch 8.1.0230: directly checking 'buftype' valuev8.1.0230Bram Moolenaar
2018-07-25patch 8.1.0213: CTRL-W CR does not work properly in a quickfix windowv8.1.0213Bram Moolenaar
2018-07-08patch 8.1.0169: calling message_filtered() a bit too oftenv8.1.0169Bram Moolenaar
2018-07-08patch 8.1.0166: using dict_add_nr_str() is clumsyv8.1.0166Bram Moolenaar
2018-07-08patch 8.1.0165: :clist output can be very longv8.1.0165Bram Moolenaar
2018-07-03patch 8.1.0141: :cexpr no longer jumps to the first errorv8.1.0141Bram Moolenaar
2018-06-18patch 8.1.0074: crash when running quickfix testsv8.1.0074Bram Moolenaar
2018-06-18patch 8.1.0073: crash when autocommands call setloclist()v8.1.0073Bram Moolenaar
2018-06-16patch 8.1.0060: crash when autocommands delete the current bufferv8.1.0060Bram Moolenaar
2018-05-21patch 8.1.0014: qf_init_ext() is too longv8.1.0014Bram Moolenaar
2018-05-20patch 8.1.0010: efm_to_regpat() is too longv8.1.0010Bram Moolenaar
2018-05-15patch 8.0.1844: superfluous quickfix code, missing examplesv8.0.1844Bram Moolenaar
2018-05-13patch 8.0.1831: sometimes the quickfix title is incorrectly prefixed with ':'v8.0.1831Bram Moolenaar
2018-05-10patch 8.0.1812: the qf_jump_to_usable_window() function is too longv8.0.1812Bram Moolenaar
2018-05-08patch 8.0.1805: qf_parse_line() is too longv8.0.1805Bram Moolenaar
2018-05-01patch 8.0.1782: no simple way to label quickfix entriesv8.0.1782Bram Moolenaar
2018-05-01patch 8.0.1781: file names in quickfix window are not shortenedv8.0.1781Bram Moolenaar
2018-04-29patch 8.0.1773: dialog messages are not translatedv8.0.1773Bram Moolenaar
2018-04-28patch 8.0.1772: quickfix: mixup of FALSE and FAIL, returning -1v8.0.1772Bram Moolenaar
2018-04-24patch 8.0.1754: ex_helpgrep() is too longv8.0.1754Bram Moolenaar
2018-04-24patch 8.0.1752: qf_set_properties() is to longv8.0.1752Bram Moolenaar
2018-04-23patch 8.0.1750: crash when clearing loccation list in autocommandv8.0.1750Bram Moolenaar
2018-04-16patch 8.0.1727: qf_get_properties() function is too longv8.0.1727Bram Moolenaar
2018-04-12patch 8.0.1702: leaking memory when autocommands make quickfix list invalidv8.0.1702Bram Moolenaar
2018-04-08patch 8.0.1678: errorformat "%r" implies "%>"v8.0.1678Bram Moolenaar
2018-04-06patch 8.0.1669: :vimgrep may add entries to the wrong quickfix listv8.0.1669Bram Moolenaar
2018-03-24patch 8.0.1634: the ex_vimgrep() function is too longv8.0.1634Bram Moolenaar
2018-03-20patch 8.0.1622: possible NULL pointer dereferencev8.0.1622Bram Moolenaar
2018-03-06patch 8.0.1583: using C99 commentv8.0.1583Bram Moolenaar
2018-03-05patch 8.0.1569: warning for uninitialized variable from gccv8.0.1569Bram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar
2018-02-11patch 8.0.1500: possible NULL pointer dereferencev8.0.1500Bram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar
2018-01-27patch 8.0.1432: after ":copen" can't get the window-ID of the quickfix windowv8.0.1432Bram Moolenaar
2017-12-26patch 8.0.1427: the :leftabove modifier doesn't work for :copenv8.0.1427Bram Moolenaar
2017-12-21patch 8.0.1420: accessing freed memory in vimgrepv8.0.1420Bram Moolenaar
2017-12-19patch 8.0.1414: accessing freed memory in :lfile.v8.0.1414Bram Moolenaar