aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/quickfix.c
Commit message (Expand)AuthorAge
* clang/"dead assignments" #10620Bartosz Miera2019-07-29
* PVS/V560: expression is always false/true #10623Ihor Antonov2019-07-28
* cleanup: remove mch_fopen in favor of os_fopenJustin M. Keyes2019-07-25
* refactor: use int for Columns and RowsBjörn Linse2019-07-19
* vim-patch:8.1.0169: calling message_filtered() a bit too oftenJan Edmund Lazo2019-06-23
* vim-patch:8.1.0166: using dict_add_nr_str() is clumsyJan Edmund Lazo2019-06-23
* vim-patch:8.1.0165: :clist output can be very longJan Edmund Lazo2019-06-23
* vim-patch:8.1.0074: crash when running quickfix testsJan Edmund Lazo2019-06-19
* vim-patch:8.1.0073: crash when autocommands call setloclist()Jan Edmund Lazo2019-06-19
* vim-patch:8.0.0953: get "no write since last change" error in terminal windowJan Edmund Lazo2019-06-13
* vim-patch:8.1.0213: CTRL-W CR does not work properly in a quickfix windowJan Edmund Lazo2019-06-12
* vim-patch:8.0.1702: leaking memory when autocommands make quickfix list invalidJan Edmund Lazo2019-06-06
* vim-patch:8.1.0060: crash when autocommands delete the current bufferJan Edmund Lazo2019-06-06
* vim-patch:8.0.1669: :vimgrep may add entries to the wrong quickfix listJan Edmund Lazo2019-06-06
* vim-patch:8.0.1414: accessing freed memory in :lfile.Jan Edmund Lazo2019-06-06
* vim-patch:8.0.1412: using free memory using setloclist()Jan Edmund Lazo2019-06-06
* UI/ext_messages: restore kind=quickfix #10067Justin M. Keyes2019-05-27
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* Merge #10049 'vim-patch:8.1.0293'Justin M. Keyes2019-05-22
|\
| * vim-patch:8.1.0293: checks for type of stack is crypticDaniel Hahler2019-05-22
|/
* vim-patch:8.1.1312: Coverity warning for using uninitialized variableJan Edmund Lazo2019-05-09
* vim-patch:8.0.1144: using wrong #ifdef for computing lengthJan Edmund Lazo2019-05-07
* PVS/V547: Expression is always falseJustin M. Keyes2019-05-06
* vim-patch:8.0.1750: crash clearing location list #9968Justin M. Keyes2019-05-05
* lintMarco Hinz2019-05-05
* vim-patch:8.0.1831: sometimes the quickfix title is incorrectly prefixed with...Marco Hinz2019-05-05
* vim-patch:8.0.1805: qf_parse_line() is too longMarco Hinz2019-05-05
* vim-patch:8.0.1782: no simple way to label quickfix entriesMarco Hinz2019-05-05
* vim-patch:8.0.1727: qf_get_properties() function is too longMarco Hinz2019-05-05
* vim-patch:8.0.1678: errorformat "%r" implies "%>"Marco Hinz2019-05-05
* vim-patch:8.0.1634: the ex_vimgrep() function is too longMarco Hinz2019-05-05
* vim-patch:8.0.1569: warning for uninitialized variable from gccMarco Hinz2019-05-05
* vim-patch:8.0.1500: possible NULL pointer dereferenceMarco Hinz2019-05-04
* vim-patch:8.0.1432: after ":copen" can't get the window-ID of the quickfix wi...Marco Hinz2019-05-04
* vim-patch:8.0.1420: accessing freed memory in vimgrepMarco Hinz2019-05-04
* vim-patch:8.0.1406: difficult to track changes to a quickfix listMarco Hinz2019-05-04
* vim-patch:8.0.1389: getqflist() items are missing if not setMarco Hinz2019-05-03
* vim-patch:8.0.1353: QuickFixCmdPost is not used consistentlyMarco Hinz2019-05-03
* vim-patch:8.0.1112: can't get size or current index from quickfix listJan Edmund Lazo2019-04-14
* vim-patch:8.0.1093: various small quickfix issuesJan Edmund Lazo2019-04-14
* vim-patch:8.0.0776: function prototypes missing without the quickfix featureJan Edmund Lazo2019-04-14
* vim-patch:8.0.0761: options not set properly for a terminal bufferJan Edmund Lazo2019-04-14
* vim-patch:8.0.1130: the qf_jump() function is still too longMarco Hinz2019-04-13
* vim-patch:8.0.1104: the qf_jump() function is too longMarco Hinz2019-04-13
* vim-patch:8.0.0643: when a pattern search is slow Vim becomes unusableBilly Su2019-03-07
* ui: implement ext_messagesBjörn Linse2019-02-10
* cleanup: reduce some duplicate code, avoid function pointers for a conditionBjörn Linse2019-01-23
* build: enable -WshadowJustin M. Keyes2019-01-02
* vim-patch:8.0.1427: the :leftabove modifier doesn't work for :copenJan Edmund Lazo2018-11-19
* fix warning: null arg passed to 'nonnull' paramJustin M. Keyes2018-10-21