summaryrefslogtreecommitdiff
path: root/src/quickfix.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0322: crash when no errors and 'quickfixtextfunc' is setv9.0.0322Bram Moolenaar2022-08-291-1/+1
* patch 9.0.0286: using freed memory when location list changed in autocmdv9.0.0286Yegappan Lakshmanan2022-08-271-10/+18
* patch 9.0.0260: using freed memory when using 'quickfixtextfunc' recursivelyv9.0.0260Bram Moolenaar2022-08-241-0/+9
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-4/+4
* patch 9.0.0129: compiler warning for int/size_t usagev9.0.0129Mike Williams2022-08-011-1/+1
* patch 9.0.0097: long quickfix line is truncated for :clistv9.0.0097Bram Moolenaar2022-07-281-7/+25
* patch 9.0.0063: too many type casts for dict_get functionsv9.0.0063Bram Moolenaar2022-07-231-14/+14
* patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis2022-06-051-1/+1
* patch 8.2.4958: a couple conditions are always truev8.2.4958=?UTF-8?q?Dundar=20G=C3=B6c?=2022-05-151-1/+1
* patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar2022-04-151-7/+8
* patch 8.2.4750: small pieces of dead codev8.2.4750=?UTF-8?q?Dundar=20G=C3=B6c?=2022-04-141-13/+13
* patch 8.2.4683: verbose check with dict_find() to see if a key is presentv8.2.4683Yegappan Lakshmanan2022-04-041-14/+14
* patch 8.2.4649: various formatting problemsv8.2.4649Bram Moolenaar2022-03-301-0/+1
* patch 8.2.4512: the find_tags_in_file() function is much too longv8.2.4512Yegappan Lakshmanan2022-03-051-2/+1
* patch 8.2.4494: the find_tags() function is much too longv8.2.4494Yegappan Lakshmanan2022-03-021-5/+9
* patch 8.2.4474: memory allocation failures not tested in quickfix codev8.2.4474Yegappan Lakshmanan2022-02-261-13/+17
* patch 8.2.4462: not enough testing for quickfix codev8.2.4462Yegappan Lakshmanan2022-02-241-5/+8
* patch 8.2.4453: :helpgrep may free an option that was not allocatedv8.2.4453Bram Moolenaar2022-02-231-1/+4
* patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo2522022-02-161-10/+10
* patch 8.2.4329: no support for end line number and column in 'errorformat'v8.2.4329haya14busa2022-02-081-18/+58
* patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar2022-01-051-8/+2
* patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar2022-01-051-1/+1
* patch 8.2.4005: error messages are spread outv8.2.4005Bram Moolenaar2022-01-041-2/+2
* patch 8.2.3987: error messages are spread outv8.2.3987Bram Moolenaar2022-01-021-2/+1
* patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar2022-01-021-10/+10
* patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar2022-01-011-3/+3
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-10/+10
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-2/+2
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-1/+1
* patch 8.2.3830: error messages are spread outv8.2.3830Bram Moolenaar2021-12-161-1/+1
* patch 8.2.3788: lambda for option that is a function may be freedv8.2.3788Yegappan Lakshmanan2021-12-121-2/+11
* patch 8.2.3762: if quickfix buffer is wiped out getqflist() still returns itv8.2.3762Yegappan Lakshmanan2021-12-091-3/+8
* patch 8.2.3759: quickfix buffer becomes hidden while still in a windowv8.2.3759Yegappan Lakshmanan2021-12-081-8/+8
* patch 8.2.3713: MS-Windows: no error if vimgrep pattern is not matchingv8.2.3713Christian Brabandt2021-12-011-3/+2
* patch 8.2.3619: cannot use a lambda for 'operatorfunc'v8.2.3619Yegappan Lakshmanan2021-11-181-35/+2
* patch 8.2.3547: opening the quickfix window triggers BufWinEnter twicev8.2.3547Bram Moolenaar2021-10-201-2/+3
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-0/+8
* patch 8.2.3197: error messages are spread outv8.2.3197Bram Moolenaar2021-07-211-1/+1
* patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar2021-07-201-7/+7
* patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan2021-07-201-0/+15
* patch 8.2.3163: location list window may open a wrong filev8.2.3163Wei-Chung Wen2021-07-151-0/+1
* patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar2021-06-271-3/+3
* patch 8.2.3019: location list only has the start position.v8.2.3019thinca2021-06-191-21/+70
* patch 8.2.3018: 'quickfixtextfunc' formatting is lost when switching buffersv8.2.3018Yegappan Lakshmanan2021-06-191-1/+11
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-1/+1
* patch 8.2.2834: Vim9: :cexpr does not work with local variablesv8.2.2834Bram Moolenaar2021-05-051-53/+69
* patch 8.2.2826: compiler warnings for int to size_t conversionv8.2.2826Bram Moolenaar2021-05-031-1/+1
* patch 8.2.2813: cannot grep using fuzzy matchingv8.2.2813Yegappan Lakshmanan2021-04-261-33/+80
* patch 8.2.2474: using freed memory when window is closed by autocommandv8.2.2474Bram Moolenaar2021-02-061-0/+2
* patch 8.2.2430: :vimgrep expands wildcards twicev8.2.2430Bram Moolenaar2021-01-301-1/+1