summaryrefslogtreecommitdiffstats
path: root/src/quickfix.c
AgeCommit message (Expand)Author
2019-11-02patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar
2019-10-26patch 8.1.2220: :cfile does not abort like other quickfix commandsv8.1.2220Bram Moolenaar
2019-10-18patch 8.1.2173: searchit() has too many argumentsv8.1.2173Bram Moolenaar
2019-10-16patch 8.1.2154: quickfix window height wrong when there is a tablinev8.1.2154Bram Moolenaar
2019-09-03patch 8.1.1971: manually enabling features causes build errorsv8.1.1971Bram Moolenaar
2019-09-02patch 8.1.1966: some code in options.c fits better elsewherev8.1.1966Bram Moolenaar
2019-08-20patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar
2019-06-15patch 8.1.1549: quickfix test failsv8.1.1549Bram Moolenaar
2019-06-15patch 8.1.1547: functionality of bt_nofile() is confusingv8.1.1547Bram Moolenaar
2019-06-07patch 8.1.1489: sign order wrong when priority was changedv8.1.1489Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
2019-05-25patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar
2019-05-24patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar
2019-05-24patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar
2019-05-09patch 8.1.1312: Coverity warning for using uninitialized variablev8.1.1312Bram Moolenaar
2019-05-05patch 8.1.1281: cannot specify a count with :chistoryv8.1.1281Bram Moolenaar
2019-05-05patch 8.1.1275: cannot navigate to errors before/after the cursorv8.1.1275Bram Moolenaar
2019-05-04patch 8.1.1261: no error for quickfix commands with negative rangev8.1.1261Bram Moolenaar
2019-05-03patch 8.1.1256: cannot navigate through errors relative to the cursorv8.1.1256Bram Moolenaar
2019-05-02patch 8.1.1245: ":copen 10" sets height in full-height windowv8.1.1245Bram Moolenaar
2019-04-04patch 8.1.1112: duplicate code in quickfix filev8.1.1112Bram Moolenaar
2019-03-31patch 8.1.1098: quickfix code duplicationv8.1.1098Bram Moolenaar
2019-03-28patch 8.1.1062: quickfix code is repeatedv8.1.1062Bram Moolenaar
2019-03-22patch 8.1.1036: quickfix function arguments are inconsistentv8.1.1036Bram Moolenaar
2019-03-21patch 8.1.1030: quickfix function arguments are inconsistentv8.1.1030Bram Moolenaar
2019-03-17patch 8.1.1015: quickfix buffer shows up in list, can't get buffer numberv8.1.1015Bram Moolenaar
2019-03-13patch 8.1.1006: repeated code in quickfix supportv8.1.1006Bram Moolenaar
2019-03-02patch 8.1.0988: deleting location list buffer breaks location list windowv8.1.0988Bram Moolenaar
2019-02-10patch 8.1.0892: failure when closing a window when location list is in usev8.1.0892Bram Moolenaar
2019-02-05patch 8.1.0877: new buffer used every time the quickfix window is openedv8.1.0877Bram Moolenaar
2019-01-31patch 8.1.0859: "%v" in 'errorformat' does handle multi-byte charactersv8.1.0859Bram Moolenaar
2019-01-26patch 8.1.0828: still using FEAT_VIRTUALEDITv8.1.0828Bram Moolenaar
2019-01-24patch 8.1.0809: too many #ifdefsv8.1.0809Bram Moolenaar
2019-01-19patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar
2019-01-15patch 8.1.0753: printf format not checked for semsg()v8.1.0753Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2019-01-11patch 8.1.0720: cannot easily change the current quickfx list indexv8.1.0720Bram Moolenaar
2018-12-22patch 8.1.0622: adding quickfix items marks items as valid errorsv8.1.0622Bram Moolenaar
2018-12-14patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string()v8.1.0583Bram Moolenaar
2018-11-16patch 8.1.0532: cannot distinguish between quickfix and location listv8.1.0532Bram Moolenaar
2018-11-11patch 8.1.0523: opening window from quickfix leaves empty buffer behindv8.1.0523Bram Moolenaar
2018-10-28patch 8.1.0499: :2vimgrep causes an ml_get errorv8.1.0499Bram Moolenaar
2018-10-21patch 8.1.0489: crash when autocmd clears vimpgrep location listv8.1.0489Bram Moolenaar
2018-10-20patch 8.1.0488: using freed memory in quickfix codev8.1.0488Bram Moolenaar
2018-10-11patch 8.1.0469: too often indexing in qf_lists[]v8.1.0469Bram Moolenaar
2018-10-07patch 8.1.0461: quickfix code uses too many /* */ commentsv8.1.0461Bram Moolenaar
2018-10-07patch 8.1.0455: checking for empty quickfix stack is not consistentv8.1.0455Bram Moolenaar
2018-09-28patch 8.1.0438: the ex_make() function is too longv8.1.0438Bram Moolenaar
2018-09-25patch 8.1.0434: copy_loclist() is too longv8.1.0434Bram Moolenaar
2018-09-24patch 8.1.0431: the qf_jump() function is too longv8.1.0431Bram Moolenaar