index
:
vim
allow_nuw=0
master
Vim - the text editor
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
quickfix.c
Age
Commit message (
Expand
)
Author
2018-04-16
patch 8.0.1727: qf_get_properties() function is too long
Bram Moolenaar
2018-04-12
patch 8.0.1702: leaking memory when autocommands make quickfix list invalid
Bram Moolenaar
2018-04-08
patch 8.0.1678: errorformat "%r" implies "%>"
Bram Moolenaar
2018-04-06
patch 8.0.1669: :vimgrep may add entries to the wrong quickfix list
Bram Moolenaar
2018-03-24
patch 8.0.1634: the ex_vimgrep() function is too long
Bram Moolenaar
2018-03-20
patch 8.0.1622: possible NULL pointer dereference
Bram Moolenaar
2018-03-06
patch 8.0.1583: using C99 comment
Bram Moolenaar
2018-03-05
patch 8.0.1569: warning for uninitialized variable from gcc
Bram Moolenaar
2018-03-04
patch 8.0.1564: too many #ifdefs
Bram Moolenaar
2018-02-11
patch 8.0.1500: possible NULL pointer dereference
Bram Moolenaar
2018-02-10
patch 8.0.1496: clearing a pointer takes two lines
Bram Moolenaar
2018-01-27
patch 8.0.1432: after ":copen" can't get the window-ID of the quickfix window
Bram Moolenaar
2017-12-26
patch 8.0.1427: the :leftabove modifier doesn't work for :copen
Bram Moolenaar
2017-12-21
patch 8.0.1420: accessing freed memory in vimgrep
Bram Moolenaar
2017-12-19
patch 8.0.1414: accessing freed memory in :lfile.
Bram Moolenaar
2017-12-19
patch 8.0.1413: accessing freed memory in :cbuffer
Bram Moolenaar
2017-12-19
patch 8.0.1412: using free memory using setloclist()
Bram Moolenaar
2017-12-19
patch 8.0.1408: crash in setqflist()
Bram Moolenaar
2017-12-18
patch 8.0.1406: difficult to track changes to a quickfix list
Bram Moolenaar
2017-12-18
patch 8.0.1403: using freed buffer in grep command
Bram Moolenaar
2017-12-12
patch 8.0.1389: getqflist() items are missing if not set
Bram Moolenaar
2017-12-10
patch 8.0.1384: not enough quickfix help; confusing winid
Bram Moolenaar
2017-11-28
patch 8.0.1353: QuickFixCmdPost is not used consistently
Bram Moolenaar
2017-11-23
patch 8.0.1332: highlighting in quickfix window could be better
Bram Moolenaar
2017-09-24
patch 8.0.1144: using wrong #ifdef for computing length
Bram Moolenaar
2017-09-22
patch 8.0.1136: W_WIDTH() is always the same
Bram Moolenaar
2017-09-20
patch 8.0.1130: the qf_jump() function is still too long
Bram Moolenaar
2017-09-16
patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs
Bram Moolenaar
2017-09-15
patch 8.0.1112: can't get size or current index from quickfix list
Bram Moolenaar
2017-09-14
patch 8.0.1104: the qf_jump() function is too long
Bram Moolenaar
2017-09-11
patch 8.0.1093: various small quickfix issues
Bram Moolenaar
2017-09-02
patch 8.0.1040: cannot use another error format in getqflist()
Bram Moolenaar
2017-09-01
patch 8.0.1031: "text" argument for getqflist() is confusing
Bram Moolenaar
2017-08-31
patch 8.0.1029: return value of getqflist() is inconsistent
Bram Moolenaar
2017-08-30
patch 8.0.1023: it is not easy to identify a quickfix list
Bram Moolenaar
2017-08-27
patch 8.0.1006: quickfix list changes when parsing text with 'erroformat'
Bram Moolenaar
2017-08-17
patch 8.0.0953: get "no write since last change" error in terminal window
Bram Moolenaar
2017-08-13
patch 8.0.0922: quickfix list always added after current one
Bram Moolenaar
2017-08-11
patch 8.0.0904: cannot set a location list from text
Bram Moolenaar
2017-07-27
patch 8.0.0782: using freed memory in quickfix code
Bram Moolenaar
2017-07-25
patch 8.0.0776: function prototypes missing without the quickfix feature
Bram Moolenaar
2017-07-23
patch 8.0.0761: options not set properly for a terminal buffer
Bram Moolenaar
2017-07-19
patch 8.0.0735: no indication that the quickfix window/buffer changed
Bram Moolenaar
2017-07-19
patch 8.0.0733: can only add entries to one list in the quickfix stack
Bram Moolenaar
2017-06-28
patch 8.0.0687: minor issues related to quickfix
Bram Moolenaar
2017-06-25
patch 8.0.0677: setting 'filetype' may switch buffers
Bram Moolenaar
2017-06-22
patch 8.0.0657: cannot get and set quickfix list items
Bram Moolenaar
2017-06-17
patch 8.0.0643: when a pattern search is slow Vim becomes unusable
Bram Moolenaar
2017-06-13
patch 8.0.0641: cannot set a separate highlighting for the quickfix line
Bram Moolenaar
2017-06-11
patch 8.0.0634: cannot easily get to the last quickfix list
Bram Moolenaar
[next]