summaryrefslogtreecommitdiff
path: root/src/testdir/test_quickfix.vim
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.0.0657: cannot get and set quickfix list itemsv8.0.0657Bram Moolenaar2017-06-221-0/+67
* patch 8.0.0634: cannot easily get to the last quickfix listv8.0.0634Bram Moolenaar2017-06-111-2/+42
* patch 8.0.0606: cannot set the context for a specified quickfix listv8.0.0606Bram Moolenaar2017-05-281-0/+47
* patch 8.0.0590: cannot add a context to locationsv8.0.0590Bram Moolenaar2017-04-301-0/+32
* patch 8.0.0580: cannot set the valid flag with setqflist()v8.0.0580Bram Moolenaar2017-04-221-0/+19
* patch 8.0.0579: duplicate test case for quickfixv8.0.0579Bram Moolenaar2017-04-221-12/+0
* patch 8.0.0574: get only one quickfix list after :caddbufv8.0.0574Bram Moolenaar2017-04-201-15/+74
* patch 8.0.0536: quickfix window not updated when freeing quickfix stackv8.0.0536Bram Moolenaar2017-04-021-0/+63
* patch 8.0.0517: there is no way to remove quickfix listsv8.0.0517Bram Moolenaar2017-03-291-6/+40
* patch 8.0.0484: :lhelpgrep does not fail after a successful onev8.0.0484Bram Moolenaar2017-03-191-39/+143
* patch 8.0.0404: not enough testing for quickfixv8.0.0404Bram Moolenaar2017-03-041-0/+83