summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_quickfix.vim
AgeCommit message (Expand)Author
2022-07-28patch 9.0.0097: long quickfix line is truncated for :clistv9.0.0097Bram Moolenaar
2022-07-03patch 9.0.0032: in the quickfix window 'cursorline' overrules QuickFixLinev9.0.0032Bram Moolenaar
2022-06-29patch 9.0.0003: functions are global while they could be localv9.0.0003Yegappan Lakshmanan
2022-05-27patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq
2022-04-11patch 8.2.4735: quickfix tests can be a bit hard to readv8.2.4735Yegappan Lakshmanan
2022-03-24patch 8.2.4617: no completion for :scriptnamesv8.2.4617Yegappan Lakshmanan
2022-02-26patch 8.2.4474: memory allocation failures not tested in quickfix codev8.2.4474Yegappan Lakshmanan
2022-02-24patch 8.2.4462: not enough testing for quickfix codev8.2.4462Yegappan Lakshmanan
2022-02-23patch 8.2.4453: :helpgrep may free an option that was not allocatedv8.2.4453Bram Moolenaar
2022-02-08patch 8.2.4329: no support for end line number and column in 'errorformat'v8.2.4329haya14busa
2022-02-08patch 8.2.4327: may end up with no current bufferv8.2.4327Bram Moolenaar
2022-02-01patch 8.2.4281: using freed memory with :lopen and :bwipev8.2.4281Bram Moolenaar
2022-01-29patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar
2021-12-17patch 8.2.3838: cannot use script-local function for setting *func optionsv8.2.3838Yegappan Lakshmanan
2021-12-15patch 8.2.3813: confusing error when using :cc without error listv8.2.3813Bram Moolenaar
2021-12-12patch 8.2.3792: setting *func options insufficiently testedv8.2.3792Yegappan Lakshmanan
2021-12-12patch 8.2.3788: lambda for option that is a function may be freedv8.2.3788Yegappan Lakshmanan
2021-12-09patch 8.2.3762: if quickfix buffer is wiped out getqflist() still returns itv8.2.3762Yegappan Lakshmanan
2021-12-08patch 8.2.3759: quickfix buffer becomes hidden while still in a windowv8.2.3759Yegappan Lakshmanan
2021-12-01patch 8.2.3713: MS-Windows: no error if vimgrep pattern is not matchingv8.2.3713Christian Brabandt
2021-11-21patch 8.2.3637: typos in test filesv8.2.3637Dominique Pelle
2021-10-20patch 8.2.3547: opening the quickfix window triggers BufWinEnter twicev8.2.3547Bram Moolenaar
2021-07-31patch 8.2.3254: win_gettype() does not recognize a quickfix windowv8.2.3254Yegappan Lakshmanan
2021-07-15patch 8.2.3163: location list window may open a wrong filev8.2.3163Wei-Chung Wen
2021-06-20patch 8.2.3025: not enough tests for quickfix end_col and end_lnumv8.2.3025shane.xb.qian
2021-06-19patch 8.2.3019: location list only has the start position.v8.2.3019thinca
2021-06-19patch 8.2.3018: 'quickfixtextfunc' formatting is lost when switching buffersv8.2.3018Yegappan Lakshmanan
2021-05-05patch 8.2.2834: Vim9: :cexpr does not work with local variablesv8.2.2834Bram Moolenaar
2021-04-26patch 8.2.2813: cannot grep using fuzzy matchingv8.2.2813Yegappan Lakshmanan
2021-03-05patch 8.2.2571: test may leave file behindv8.2.2571Bram Moolenaar
2021-02-14patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some placesv8.2.2511Bram Moolenaar
2021-01-30patch 8.2.2430: :vimgrep expands wildcards twicev8.2.2430Bram Moolenaar
2021-01-28patch 8.2.2420: too many problems with using all autocommand eventsv8.2.2420Bram Moolenaar
2021-01-03patch 8.2.2289: Vim9: 'cpo' can become emptyv8.2.2289Bram Moolenaar
2020-12-16patch 8.2.2147: quickfix window title not updated in all tab pagesv8.2.2147Bram Moolenaar
2020-12-05patch 8.2.2092: Vim9: unpredictable errors for script testsv8.2.2092Bram Moolenaar
2020-11-29patch 8.2.2069: the quickfix window is not updated after setqflist()v8.2.2069Bram Moolenaar
2020-11-23patch 8.2.2036: buffer messed up if creating the quickfix window failsv8.2.2036Bram Moolenaar
2020-11-14patch 8.2.1984: cannot use :vimgrep in omni completionv8.2.1984Bram Moolenaar
2020-11-14patch 8.2.1982: quickfix window now updated when adding invalid entriesv8.2.1982Bram Moolenaar
2020-11-02patch 8.2.1942: insufficient test coverage for the Netbeans interfacev8.2.1942Bram Moolenaar
2020-10-20patch 8.2.1871: using %v in 'errorformat' may fail before %Zv8.2.1871Bram Moolenaar
2020-09-29patch 8.2.1775: MS-Windows: adding a long quickfix list is slowv8.2.1775Bram Moolenaar
2020-09-13patch 8.2.1677: memory access errors when calling setloclist() in autocommandv8.2.1677Bram Moolenaar
2020-09-05patch 8.2.1599: missing line end when skipping a long line with :cgetfilev8.2.1599Bram Moolenaar
2020-09-04patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar
2020-09-04patch 8.2.1591: using winheight('.') in tests works but is wrongv8.2.1591Bram Moolenaar
2020-08-31patch 8.2.1557: crash in :vimgrep when started as "vim -n"v8.2.1557Bram Moolenaar
2020-08-12patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar
2020-08-11patch 8.2.1420: test 49 is old stylev8.2.1420Bram Moolenaar