summaryrefslogtreecommitdiff
path: root/src/testdir/test_quickfix.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0499: :2vimgrep causes an ml_get errorv8.1.0499Bram Moolenaar2018-10-281-0/+15
* patch 8.1.0489: crash when autocmd clears vimpgrep location listv8.1.0489Bram Moolenaar2018-10-211-0/+42
* patch 8.1.0488: using freed memory in quickfix codev8.1.0488Bram Moolenaar2018-10-201-0/+21
* patch 8.1.0469: too often indexing in qf_lists[]v8.1.0469Bram Moolenaar2018-10-111-0/+2
* patch 8.1.0345: cannot get the window id associated with the location listv8.1.0345Bram Moolenaar2018-09-021-3/+43
* patch 8.1.0337: :file fails in quickfix commandv8.1.0337Bram Moolenaar2018-08-301-0/+29
* patch 8.1.0315: helpgrep with language doesn't work properlyv8.1.0315Bram Moolenaar2018-08-211-0/+14
* patch 8.1.0289: cursor moves to wrong column after quickfix jumpv8.1.0289Bram Moolenaar2018-08-151-0/+9
* patch 8.1.0259: no test for fixed quickfix issuev8.1.0259Bram Moolenaar2018-08-091-0/+24
* patch 8.1.0213: CTRL-W CR does not work properly in a quickfix windowv8.1.0213Bram Moolenaar2018-07-251-0/+18
* patch 8.1.0165: :clist output can be very longv8.1.0165Bram Moolenaar2018-07-081-0/+17
* patch 8.1.0145: test with grep is failing on MS-Windowsv8.1.0145Bram Moolenaar2018-07-031-8/+11
* patch 8.1.0141: :cexpr no longer jumps to the first errorv8.1.0141Bram Moolenaar2018-07-031-3/+114
* patch 8.1.0073: crash when autocommands call setloclist()v8.1.0073Bram Moolenaar2018-06-181-0/+11
* patch 8.1.0060: crash when autocommands delete the current bufferv8.1.0060Bram Moolenaar2018-06-161-0/+12
* patch 8.0.1844: superfluous quickfix code, missing examplesv8.0.1844Bram Moolenaar2018-05-151-0/+7
* patch 8.0.1831: sometimes the quickfix title is incorrectly prefixed with ':'v8.0.1831Bram Moolenaar2018-05-131-0/+93
* patch 8.0.1784: gvim test gets stuck in dialogv8.0.1784Bram Moolenaar2018-05-011-4/+4
* patch 8.0.1782: no simple way to label quickfix entriesv8.0.1782Bram Moolenaar2018-05-011-0/+25
* patch 8.0.1781: file names in quickfix window are not shortenedv8.0.1781Bram Moolenaar2018-05-011-0/+24
* patch 8.0.1754: ex_helpgrep() is too longv8.0.1754Bram Moolenaar2018-04-241-0/+6
* patch 8.0.1752: qf_set_properties() is to longv8.0.1752Bram Moolenaar2018-04-241-0/+6
* patch 8.0.1750: crash when clearing loccation list in autocommandv8.0.1750Bram Moolenaar2018-04-231-0/+14
* patch 8.0.1678: errorformat "%r" implies "%>"v8.0.1678Bram Moolenaar2018-04-081-0/+23
* patch 8.0.1669: :vimgrep may add entries to the wrong quickfix listv8.0.1669Bram Moolenaar2018-04-061-0/+41
* patch 8.0.1432: after ":copen" can't get the window-ID of the quickfix windowv8.0.1432Bram Moolenaar2018-01-271-0/+6
* patch 8.0.1427: the :leftabove modifier doesn't work for :copenv8.0.1427Bram Moolenaar2017-12-261-0/+27
* patch 8.0.1420: accessing freed memory in vimgrepv8.0.1420Bram Moolenaar2017-12-211-0/+40
* patch 8.0.1414: accessing freed memory in :lfile.v8.0.1414Bram Moolenaar2017-12-191-0/+7
* patch 8.0.1412: using free memory using setloclist()v8.0.1412Bram Moolenaar2017-12-191-0/+14
* patch 8.0.1408: crash in setqflist()v8.0.1408Bram Moolenaar2017-12-191-0/+14
* patch 8.0.1406: difficult to track changes to a quickfix listv8.0.1406Bram Moolenaar2017-12-181-3/+67
* patch 8.0.1389: getqflist() items are missing if not setv8.0.1389Bram Moolenaar2017-12-121-10/+69
* patch 8.0.1384: not enough quickfix help; confusing winidv8.0.1384Bram Moolenaar2017-12-101-8/+141
* patch 8.0.1353: QuickFixCmdPost is not used consistentlyv8.0.1353Bram Moolenaar2017-11-281-9/+119
* patch 8.0.1224: still interference between test functionsv8.0.1224Bram Moolenaar2017-10-271-1/+1
* patch 8.0.1112: can't get size or current index from quickfix listv8.0.1112Bram Moolenaar2017-09-151-0/+13
* patch 8.0.1093: various small quickfix issuesv8.0.1093Bram Moolenaar2017-09-111-2/+24
* patch 8.0.1040: cannot use another error format in getqflist()v8.0.1040Bram Moolenaar2017-09-021-0/+22
* patch 8.0.1031: "text" argument for getqflist() is confusingv8.0.1031Bram Moolenaar2017-09-011-28/+27
* patch 8.0.1029: return value of getqflist() is inconsistentv8.0.1029Bram Moolenaar2017-08-311-1/+1
* patch 8.0.1023: it is not easy to identify a quickfix listv8.0.1023Bram Moolenaar2017-08-301-2/+38
* patch 8.0.1006: quickfix list changes when parsing text with 'erroformat'v8.0.1006Bram Moolenaar2017-08-271-0/+26
* patch 8.0.0922: quickfix list always added after current onev8.0.0922Bram Moolenaar2017-08-131-6/+92
* patch 8.0.0904: cannot set a location list from textv8.0.0904Bram Moolenaar2017-08-111-2/+134
* patch 8.0.0782: using freed memory in quickfix codev8.0.0782Bram Moolenaar2017-07-271-0/+14
* patch 8.0.0735: no indication that the quickfix window/buffer changedv8.0.0735Bram Moolenaar2017-07-191-0/+24
* patch 8.0.0688: cannot resize the window in a FileType autocommandv8.0.0688Bram Moolenaar2017-06-281-12/+29
* patch 8.0.0687: minor issues related to quickfixv8.0.0687Bram Moolenaar2017-06-281-3/+6
* patch 8.0.0677: setting 'filetype' may switch buffersv8.0.0677Bram Moolenaar2017-06-251-1/+17