aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/quickfix.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.2154: quickfix window height wrong when there is a tablineJan Edmund Lazo2019-10-27
* vim-patch:8.1.1245: ":copen 10" sets height in full-height windowJan Edmund Lazo2019-10-27
* vim-patch:8.1.2220: :cfile does not abort like other quickfix commandsJan Edmund Lazo2019-10-26
* vim-patch:8.1.2173: searchit() has too many argumentsJaehwang Jerry Jung2019-10-27
* vim-patch:8.1.0859: handle multibyte "%v" in 'errorformat' #11285Jan Edmund Lazo2019-10-25
* vim-patch:8.1.0455: checking for empty quickfix stack is not consistentJan Edmund Lazo2019-10-23
* vim-patch:8.1.0438: the ex_make() function is too longJan Edmund Lazo2019-10-23
* vim-patch:8.1.0434: copy_loclist() is too longJan Edmund Lazo2019-10-23
* vim-patch:8.1.0410: the ex_copen() function is too longJan Edmund Lazo2019-10-23
* vim-patch:8.1.0345: cannot get the window id associated with the location listJan Edmund Lazo2019-10-23
* vim-patch:8.1.0288: quickfix code uses cmdidx too oftenJan Edmund Lazo2019-10-23
* vim-patch:8.1.0014: qf_init_ext() is too longJan Edmund Lazo2019-10-23
* vim-patch:8.1.0330: the qf_add_entries() function is too longJan Edmund Lazo2019-10-02
* vim-patch:8.1.0315: helpgrep with language doesn't work properlyJan Edmund Lazo2019-10-01
* vim-patch:8.1.0230: directly checking 'buftype' valueJan Edmund Lazo2019-10-01
* quickfix: fix pvs/v547 errorsJan Edmund Lazo2019-10-01
* vim-patch:8.1.0010: efm_to_regpat() is too longJan Edmund Lazo2019-10-01
* vim-patch:8.0.1754: ex_helpgrep() is too long #11084Jan Edmund Lazo2019-09-23
* vim-patch:8.0.1812: refactor qf_jump_to_usable_window() #11078Jan Edmund Lazo2019-09-22
* vim-patch:8.1.0289: cursor moves to wrong column after quickfix jumpJan Edmund Lazo2019-09-14
* vim-patch:8.1.0267: no good check if restoring quickfix list workedJan Edmund Lazo2019-09-13
* vim-patch:8.1.0261: Coverity complains about a negative array indexJan Edmund Lazo2019-09-13
* vim-patch:8.1.0259: no test for fixed quickfix issueJan Edmund Lazo2019-09-13
* vim-patch:8.1.0248: duplicated quickfix codeJan Edmund Lazo2019-09-13
* vim-patch:8.0.1772: quickfix: mixup of FALSE and FAIL, returning -1Jan Edmund Lazo2019-09-13
* quickfix: fix pvs/v547 warningJan Edmund Lazo2019-09-10
* vim-patch:8.0.1332: enhance quickfix highlighting #10259Daniel Hahler2019-09-06
* vim-patch:8.0.1844: superfluous quickfix code, missing examplesJan Edmund Lazo2019-09-04
* vim-patch:8.0.1752: qf_set_properties() is to longJan Edmund Lazo2019-09-04
* PVS/V547: Expression is always falseJustin M. Keyes2019-09-02
* vim-patch:8.1.0141: :cexpr no longer jumps to the first error #10901Marco Hinz2019-09-01
* 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
|\