summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_quickfix.vim
AgeCommit message (Expand)Author
2019-06-24patch 8.1.1585: :let-heredoc does not trim enoughv8.1.1585Bram Moolenaar
2019-06-15patch 8.1.1544: some balloon tests don't run when they canv8.1.1544Bram Moolenaar
2019-06-13patch 8.1.1524: tests are silently skippedv8.1.1524Bram Moolenaar
2019-05-20patch 8.1.1362: code and data in tests can be hard to readv8.1.1362Bram 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-07patch 8.1.1134: buffer for quickfix window is reused for another filev8.1.1134Bram Moolenaar
2019-04-04patch 8.1.1112: duplicate code in quickfix filev8.1.1112Bram Moolenaar
2019-03-17patch 8.1.1015: quickfix buffer shows up in list, can't get buffer numberv8.1.1015Bram Moolenaar
2019-03-02patch 8.1.0988: deleting location list buffer breaks location list windowv8.1.0988Bram Moolenaar
2019-02-10patch 8.1.0892: failure when closing a window when location list is in usev8.1.0892Bram Moolenaar
2019-02-05patch 8.1.0877: new buffer used every time the quickfix window is openedv8.1.0877Bram Moolenaar
2019-01-31patch 8.1.0859: "%v" in 'errorformat' does handle multi-byte charactersv8.1.0859Bram Moolenaar
2019-01-11patch 8.1.0720: cannot easily change the current quickfx list indexv8.1.0720Bram Moolenaar
2018-12-22patch 8.1.0622: adding quickfix items marks items as valid errorsv8.1.0622Bram Moolenaar
2018-11-11patch 8.1.0523: opening window from quickfix leaves empty buffer behindv8.1.0523Bram Moolenaar
2018-10-28patch 8.1.0499: :2vimgrep causes an ml_get errorv8.1.0499Bram Moolenaar
2018-10-21patch 8.1.0489: crash when autocmd clears vimpgrep location listv8.1.0489Bram Moolenaar
2018-10-20patch 8.1.0488: using freed memory in quickfix codev8.1.0488Bram Moolenaar
2018-10-11patch 8.1.0469: too often indexing in qf_lists[]v8.1.0469Bram Moolenaar
2018-09-02patch 8.1.0345: cannot get the window id associated with the location listv8.1.0345Bram Moolenaar
2018-08-30patch 8.1.0337: :file fails in quickfix commandv8.1.0337Bram Moolenaar
2018-08-21patch 8.1.0315: helpgrep with language doesn't work properlyv8.1.0315Bram Moolenaar
2018-08-15patch 8.1.0289: cursor moves to wrong column after quickfix jumpv8.1.0289Bram Moolenaar
2018-08-09patch 8.1.0259: no test for fixed quickfix issuev8.1.0259Bram 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.0165: :clist output can be very longv8.1.0165Bram Moolenaar
2018-07-03patch 8.1.0145: test with grep is failing on MS-Windowsv8.1.0145Bram Moolenaar
2018-07-03patch 8.1.0141: :cexpr no longer jumps to the first errorv8.1.0141Bram 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-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-01patch 8.0.1784: gvim test gets stuck in dialogv8.0.1784Bram 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-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-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-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
2017-12-19patch 8.0.1412: using free memory using setloclist()v8.0.1412Bram Moolenaar
2017-12-19patch 8.0.1408: crash in setqflist()v8.0.1408Bram Moolenaar