summaryrefslogtreecommitdiff
path: root/src/quickfix.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1144: using wrong #ifdef for computing lengthv8.0.1144Bram Moolenaar2017-09-241-2/+2
* patch 8.0.1136: W_WIDTH() is always the samev8.0.1136Bram Moolenaar2017-09-221-1/+1
* patch 8.0.1130: the qf_jump() function is still too longv8.0.1130Bram Moolenaar2017-09-201-296/+358
* patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar2017-09-161-35/+0
* patch 8.0.1112: can't get size or current index from quickfix listv8.0.1112Bram Moolenaar2017-09-151-2/+22
* patch 8.0.1104: the qf_jump() function is too longv8.0.1104Bram Moolenaar2017-09-141-137/+227
* patch 8.0.1093: various small quickfix issuesv8.0.1093Bram Moolenaar2017-09-111-11/+30
* patch 8.0.1040: cannot use another error format in getqflist()v8.0.1040Bram Moolenaar2017-09-021-5/+27
* patch 8.0.1031: "text" argument for getqflist() is confusingv8.0.1031Bram Moolenaar2017-09-011-12/+8
* patch 8.0.1029: return value of getqflist() is inconsistentv8.0.1029Bram Moolenaar2017-08-311-7/+8
* patch 8.0.1023: it is not easy to identify a quickfix listv8.0.1023Bram Moolenaar2017-08-301-32/+70
* patch 8.0.1006: quickfix list changes when parsing text with 'erroformat'v8.0.1006Bram Moolenaar2017-08-271-8/+54
* patch 8.0.0953: get "no write since last change" error in terminal windowv8.0.0953Bram Moolenaar2017-08-171-1/+1
* patch 8.0.0922: quickfix list always added after current onev8.0.0922Bram Moolenaar2017-08-131-28/+39
* patch 8.0.0904: cannot set a location list from textv8.0.0904Bram Moolenaar2017-08-111-3/+20
* patch 8.0.0782: using freed memory in quickfix codev8.0.0782Bram Moolenaar2017-07-271-7/+11
* patch 8.0.0776: function prototypes missing without the quickfix featurev8.0.0776Bram Moolenaar2017-07-251-69/+0
* patch 8.0.0761: options not set properly for a terminal bufferv8.0.0761Bram Moolenaar2017-07-231-59/+70
* patch 8.0.0735: no indication that the quickfix window/buffer changedv8.0.0735Bram Moolenaar2017-07-191-0/+1
* patch 8.0.0733: can only add entries to one list in the quickfix stackv8.0.0733Bram Moolenaar2017-07-191-113/+110
* patch 8.0.0687: minor issues related to quickfixv8.0.0687Bram Moolenaar2017-06-281-6/+13
* patch 8.0.0677: setting 'filetype' may switch buffersv8.0.0677Bram Moolenaar2017-06-251-0/+4
* patch 8.0.0657: cannot get and set quickfix list itemsv8.0.0657Bram Moolenaar2017-06-221-18/+80
* patch 8.0.0643: when a pattern search is slow Vim becomes unusablev8.0.0643Bram Moolenaar2017-06-171-2/+2
* patch 8.0.0641: cannot set a separate highlighting for the quickfix linev8.0.0641Bram Moolenaar2017-06-131-1/+1
* patch 8.0.0634: cannot easily get to the last quickfix listv8.0.0634Bram Moolenaar2017-06-111-9/+35
* patch 8.0.0608: cannot manipulate other than the current quickfix listv8.0.0608Bram Moolenaar2017-06-041-28/+38
* patch 8.0.0607: after :bwipe + :new bufref might still be validv8.0.0607Bram Moolenaar2017-06-041-3/+3
* patch 8.0.0606: cannot set the context for a specified quickfix listv8.0.0606Bram Moolenaar2017-05-281-3/+5
* patch 8.0.0605: the quickfix cached buffer may become invalidv8.0.0605Bram Moolenaar2017-05-281-7/+11
* patch 8.0.0597: off-by-one error in size computationv8.0.0597Bram Moolenaar2017-05-151-3/+3
* patch 8.0.0595: Coverity warning for not checking return valuev8.0.0595Bram Moolenaar2017-05-011-1/+2
* patch 8.0.0590: cannot add a context to locationsv8.0.0590Bram Moolenaar2017-04-301-0/+86
* patch 8.0.0584: memory leak when executing quickfix testsv8.0.0584Bram Moolenaar2017-04-231-0/+3
* patch 8.0.0580: cannot set the valid flag with setqflist()v8.0.0580Bram Moolenaar2017-04-221-0/+4
* patch 8.0.0574: get only one quickfix list after :caddbufv8.0.0574Bram Moolenaar2017-04-201-0/+7
* patch 8.0.0565: using freed memory in :caddbufv8.0.0565Bram Moolenaar2017-04-151-0/+1
* patch 8.0.0536: quickfix window not updated when freeing quickfix stackv8.0.0536Bram Moolenaar2017-04-021-0/+53
* patch 8.0.0517: there is no way to remove quickfix listsv8.0.0517Bram Moolenaar2017-03-291-7/+30
* patch 8.0.0484: :lhelpgrep does not fail after a successful onev8.0.0484Bram Moolenaar2017-03-191-1/+5
* patch 8.0.0466: still macros that should be all-capsv8.0.0466Bram Moolenaar2017-03-161-2/+2
* patch 8.0.0452: some macros are in lower casev8.0.0452Bram Moolenaar2017-03-121-1/+1
* patch 8.0.0420: text garbled when the system encoding differs from 'encoding'v8.0.0420Bram Moolenaar2017-03-051-11/+57
* patch 8.0.0084v8.0.0084Bram Moolenaar2016-11-131-1/+3
* patch 8.0.0079v8.0.0079Bram Moolenaar2016-11-121-4/+9
* patch 8.0.0078v8.0.0078Bram Moolenaar2016-11-121-1/+3
* patch 8.0.0074v8.0.0074Bram Moolenaar2016-11-101-1/+1
* patch 8.0.0069v8.0.0069Bram Moolenaar2016-11-061-1/+1
* patch 8.0.0068v8.0.0068Bram Moolenaar2016-11-061-20/+19
* patch 8.0.0037v8.0.0037Bram Moolenaar2016-10-151-1/+1