summaryrefslogtreecommitdiff
path: root/src/quickfix.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2220: :cfile does not abort like other quickfix commandsv8.1.2220Bram Moolenaar2019-10-261-2/+8
* patch 8.1.2173: searchit() has too many argumentsv8.1.2173Bram Moolenaar2019-10-181-2/+1
* patch 8.1.2154: quickfix window height wrong when there is a tablinev8.1.2154Bram Moolenaar2019-10-161-2/+2
* patch 8.1.1971: manually enabling features causes build errorsv8.1.1971Bram Moolenaar2019-09-031-3/+1
* patch 8.1.1966: some code in options.c fits better elsewherev8.1.1966Bram Moolenaar2019-09-021-3/+151
* patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar2019-08-201-1/+2
* patch 8.1.1549: quickfix test failsv8.1.1549Bram Moolenaar2019-06-151-1/+1
* patch 8.1.1547: functionality of bt_nofile() is confusingv8.1.1547Bram Moolenaar2019-06-151-1/+1
* patch 8.1.1489: sign order wrong when priority was changedv8.1.1489Bram Moolenaar2019-06-071-10/+4
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-5/+5
* patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar2019-05-251-1/+1
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-2/+2
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-5/+5
* patch 8.1.1312: Coverity warning for using uninitialized variablev8.1.1312Bram Moolenaar2019-05-091-0/+2
* patch 8.1.1281: cannot specify a count with :chistoryv8.1.1281Bram Moolenaar2019-05-051-0/+21
* patch 8.1.1275: cannot navigate to errors before/after the cursorv8.1.1275Bram Moolenaar2019-05-051-50/+151
* patch 8.1.1261: no error for quickfix commands with negative rangev8.1.1261Bram Moolenaar2019-05-041-1/+14
* patch 8.1.1256: cannot navigate through errors relative to the cursorv8.1.1256Bram Moolenaar2019-05-031-3/+308
* patch 8.1.1245: ":copen 10" sets height in full-height windowv8.1.1245Bram Moolenaar2019-05-021-1/+2
* patch 8.1.1112: duplicate code in quickfix filev8.1.1112Bram Moolenaar2019-04-041-125/+94
* patch 8.1.1098: quickfix code duplicationv8.1.1098Bram Moolenaar2019-03-311-59/+71
* patch 8.1.1062: quickfix code is repeatedv8.1.1062Bram Moolenaar2019-03-281-139/+210
* patch 8.1.1036: quickfix function arguments are inconsistentv8.1.1036Bram Moolenaar2019-03-221-16/+17
* patch 8.1.1030: quickfix function arguments are inconsistentv8.1.1030Bram Moolenaar2019-03-211-69/+72
* patch 8.1.1015: quickfix buffer shows up in list, can't get buffer numberv8.1.1015Bram Moolenaar2019-03-171-1/+20
* patch 8.1.1006: repeated code in quickfix supportv8.1.1006Bram Moolenaar2019-03-131-56/+61
* patch 8.1.0988: deleting location list buffer breaks location list windowv8.1.0988Bram Moolenaar2019-03-021-13/+27
* patch 8.1.0892: failure when closing a window when location list is in usev8.1.0892Bram Moolenaar2019-02-101-26/+36
* patch 8.1.0877: new buffer used every time the quickfix window is openedv8.1.0877Bram Moolenaar2019-02-051-25/+59
* patch 8.1.0859: "%v" in 'errorformat' does handle multi-byte charactersv8.1.0859Bram Moolenaar2019-01-311-24/+3
* patch 8.1.0828: still using FEAT_VIRTUALEDITv8.1.0828Bram Moolenaar2019-01-261-4/+0
* patch 8.1.0809: too many #ifdefsv8.1.0809Bram Moolenaar2019-01-241-37/+5
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-10/+10
* patch 8.1.0753: printf format not checked for semsg()v8.1.0753Bram Moolenaar2019-01-151-1/+1
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-73/+51
* patch 8.1.0720: cannot easily change the current quickfx list indexv8.1.0720Bram Moolenaar2019-01-111-9/+56
* patch 8.1.0622: adding quickfix items marks items as valid errorsv8.1.0622Bram Moolenaar2018-12-221-10/+21
* patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string()v8.1.0583Bram Moolenaar2018-12-141-12/+12
* patch 8.1.0532: cannot distinguish between quickfix and location listv8.1.0532Bram Moolenaar2018-11-161-17/+37
* patch 8.1.0523: opening window from quickfix leaves empty buffer behindv8.1.0523Bram Moolenaar2018-11-111-31/+58
* patch 8.1.0499: :2vimgrep causes an ml_get errorv8.1.0499Bram Moolenaar2018-10-281-4/+4
* patch 8.1.0489: crash when autocmd clears vimpgrep location listv8.1.0489Bram Moolenaar2018-10-211-34/+30
* patch 8.1.0488: using freed memory in quickfix codev8.1.0488Bram Moolenaar2018-10-201-12/+159
* patch 8.1.0469: too often indexing in qf_lists[]v8.1.0469Bram Moolenaar2018-10-111-52/+68
* patch 8.1.0461: quickfix code uses too many /* */ commentsv8.1.0461Bram Moolenaar2018-10-071-585/+501
* patch 8.1.0455: checking for empty quickfix stack is not consistentv8.1.0455Bram Moolenaar2018-10-071-16/+22
* patch 8.1.0438: the ex_make() function is too longv8.1.0438Bram Moolenaar2018-09-281-93/+116
* patch 8.1.0434: copy_loclist() is too longv8.1.0434Bram Moolenaar2018-09-251-90/+104
* patch 8.1.0431: the qf_jump() function is too longv8.1.0431Bram Moolenaar2018-09-241-105/+160
* patch 8.1.0410: the ex_copen() function is too longv8.1.0410Bram Moolenaar2018-09-191-93/+117