summaryrefslogtreecommitdiff
path: root/src/testdir/test_quickfix.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0736: quickfix listing does not handle very long messagesv9.0.0736Yegappan Lakshmanan2022-10-131-0/+38
* patch 9.0.0669: too many delete() calls in testsv9.0.0669Bram Moolenaar2022-10-051-123/+60
* patch 9.0.0323: using common name in tests leads to flaky testsv9.0.0323Bram Moolenaar2022-08-291-6/+6
* patch 9.0.0322: crash when no errors and 'quickfixtextfunc' is setv9.0.0322Bram Moolenaar2022-08-291-0/+16
* patch 9.0.0286: using freed memory when location list changed in autocmdv9.0.0286Yegappan Lakshmanan2022-08-271-0/+17
* patch 9.0.0260: using freed memory when using 'quickfixtextfunc' recursivelyv9.0.0260Bram Moolenaar2022-08-241-0/+13
* patch 9.0.0097: long quickfix line is truncated for :clistv9.0.0097Bram Moolenaar2022-07-281-0/+8
* patch 9.0.0032: in the quickfix window 'cursorline' overrules QuickFixLinev9.0.0032Bram Moolenaar2022-07-031-0/+6
* patch 9.0.0003: functions are global while they could be localv9.0.0003Yegappan Lakshmanan2022-06-291-2/+5
* patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq2022-05-271-1/+1
* patch 8.2.4735: quickfix tests can be a bit hard to readv8.2.4735Yegappan Lakshmanan2022-04-111-195/+292
* patch 8.2.4617: no completion for :scriptnamesv8.2.4617Yegappan Lakshmanan2022-03-241-0/+35
* patch 8.2.4474: memory allocation failures not tested in quickfix codev8.2.4474Yegappan Lakshmanan2022-02-261-7/+132
* patch 8.2.4462: not enough testing for quickfix codev8.2.4462Yegappan Lakshmanan2022-02-241-8/+158
* patch 8.2.4453: :helpgrep may free an option that was not allocatedv8.2.4453Bram Moolenaar2022-02-231-0/+27
* patch 8.2.4329: no support for end line number and column in 'errorformat'v8.2.4329haya14busa2022-02-081-0/+23
* patch 8.2.4327: may end up with no current bufferv8.2.4327Bram Moolenaar2022-02-081-0/+25
* patch 8.2.4281: using freed memory with :lopen and :bwipev8.2.4281Bram Moolenaar2022-02-011-0/+17
* patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar2022-01-291-7/+7
* patch 8.2.3838: cannot use script-local function for setting *func optionsv8.2.3838Yegappan Lakshmanan2021-12-171-0/+17
* patch 8.2.3813: confusing error when using :cc without error listv8.2.3813Bram Moolenaar2021-12-151-0/+6
* patch 8.2.3792: setting *func options insufficiently testedv8.2.3792Yegappan Lakshmanan2021-12-121-0/+7
* patch 8.2.3788: lambda for option that is a function may be freedv8.2.3788Yegappan Lakshmanan2021-12-121-0/+126
* patch 8.2.3762: if quickfix buffer is wiped out getqflist() still returns itv8.2.3762Yegappan Lakshmanan2021-12-091-0/+7
* patch 8.2.3759: quickfix buffer becomes hidden while still in a windowv8.2.3759Yegappan Lakshmanan2021-12-081-0/+36
* patch 8.2.3713: MS-Windows: no error if vimgrep pattern is not matchingv8.2.3713Christian Brabandt2021-12-011-0/+15
* patch 8.2.3637: typos in test filesv8.2.3637Dominique Pelle2021-11-211-4/+4
* patch 8.2.3547: opening the quickfix window triggers BufWinEnter twicev8.2.3547Bram Moolenaar2021-10-201-0/+17
* patch 8.2.3254: win_gettype() does not recognize a quickfix windowv8.2.3254Yegappan Lakshmanan2021-07-311-0/+17
* patch 8.2.3163: location list window may open a wrong filev8.2.3163Wei-Chung Wen2021-07-151-0/+33
* patch 8.2.3025: not enough tests for quickfix end_col and end_lnumv8.2.3025shane.xb.qian2021-06-201-1/+36
* patch 8.2.3019: location list only has the start position.v8.2.3019thinca2021-06-191-5/+32
* patch 8.2.3018: 'quickfixtextfunc' formatting is lost when switching buffersv8.2.3018Yegappan Lakshmanan2021-06-191-0/+58
* patch 8.2.2834: Vim9: :cexpr does not work with local variablesv8.2.2834Bram Moolenaar2021-05-051-0/+16
* patch 8.2.2813: cannot grep using fuzzy matchingv8.2.2813Yegappan Lakshmanan2021-04-261-2/+48
* patch 8.2.2571: test may leave file behindv8.2.2571Bram Moolenaar2021-03-051-0/+10
* patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some placesv8.2.2511Bram Moolenaar2021-02-141-1/+1
* patch 8.2.2430: :vimgrep expands wildcards twicev8.2.2430Bram Moolenaar2021-01-301-0/+7
* patch 8.2.2420: too many problems with using all autocommand eventsv8.2.2420Bram Moolenaar2021-01-281-6/+6
* patch 8.2.2289: Vim9: 'cpo' can become emptyv8.2.2289Bram Moolenaar2021-01-031-0/+20
* patch 8.2.2147: quickfix window title not updated in all tab pagesv8.2.2147Bram Moolenaar2020-12-161-0/+24
* patch 8.2.2092: Vim9: unpredictable errors for script testsv8.2.2092Bram Moolenaar2020-12-051-1/+1
* patch 8.2.2069: the quickfix window is not updated after setqflist()v8.2.2069Bram Moolenaar2020-11-291-0/+58
* patch 8.2.2036: buffer messed up if creating the quickfix window failsv8.2.2036Bram Moolenaar2020-11-231-0/+35
* patch 8.2.1984: cannot use :vimgrep in omni completionv8.2.1984Bram Moolenaar2020-11-141-0/+60
* patch 8.2.1982: quickfix window now updated when adding invalid entriesv8.2.1982Bram Moolenaar2020-11-141-0/+13
* patch 8.2.1942: insufficient test coverage for the Netbeans interfacev8.2.1942Bram Moolenaar2020-11-021-0/+4
* patch 8.2.1871: using %v in 'errorformat' may fail before %Zv8.2.1871Bram Moolenaar2020-10-201-0/+15
* patch 8.2.1775: MS-Windows: adding a long quickfix list is slowv8.2.1775Bram Moolenaar2020-09-291-0/+12
* patch 8.2.1677: memory access errors when calling setloclist() in autocommandv8.2.1677Bram Moolenaar2020-09-131-0/+24