summaryrefslogtreecommitdiff
path: root/src/quickfix.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1499: using uninitialized memory with fuzzy matchingv9.0.1499Bram Moolenaar2023-04-291-1/+4
* patch 9.0.1391: "clear" macros are not always usedv9.0.1391Yegappan Lakshmanan2023-03-071-1/+1
* patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan2023-02-211-1/+1
* patch 9.0.1330: handling new value of an option has a long "else if" chainv9.0.1330Yegappan Lakshmanan2023-02-201-1/+1
* patch 9.0.1262: the did_set_string_option function is too longv9.0.1262Yegappan Lakshmanan2023-01-301-2/+5
* patch 9.0.1234: the code style has to be checked manuallyv9.0.1234Bram Moolenaar2023-01-221-2/+3
* patch 9.0.1221: code is indented more than necessaryv9.0.1221Yegappan Lakshmanan2023-01-181-137/+137
* patch 9.0.0990: callback name argument is changed by setqflist()v9.0.0990Bram Moolenaar2022-12-021-0/+4
* patch 9.0.0967: leaking memory from autocmd windowsv9.0.0967Bram Moolenaar2022-11-281-3/+3
* patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar2022-11-281-40/+54
* patch 9.0.0870: get E967 when using text property in quickfix windowv9.0.0870Bram Moolenaar2022-11-131-4/+6
* patch 9.0.0805: filetype autocmd may cause freed memory accessv9.0.0805Bram Moolenaar2022-10-201-0/+6
* patch 9.0.0770: quickfix commands may keep memory allocatedv9.0.0770Yegappan Lakshmanan2022-10-161-1/+22
* patch 9.0.0749: alloc/free of buffer for each quickfix entry is inefficientv9.0.0749Yegappan Lakshmanan2022-10-141-43/+78
* patch 9.0.0736: quickfix listing does not handle very long messagesv9.0.0736Yegappan Lakshmanan2022-10-131-76/+58
* 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