summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2035: MS-Windows: some tests may failv8.2.2035Bram Moolenaar2020-11-233-3/+19
* patch 8.2.2034: Vim9: list unpack in for statement not compiled yetv8.2.2034Bram Moolenaar2020-11-232-0/+72
* patch 8.2.2033: Vim9: :def without argument gives compilation errorv8.2.2033Bram Moolenaar2020-11-222-0/+50
* patch 8.2.2032: cabalconfig and cabalproject filetypes not recognizedv8.2.2032Bram Moolenaar2020-11-221-0/+2
* patch 8.2.2031: some tests fail when run under valgrindv8.2.2031Bram Moolenaar2020-11-225-18/+28
* patch 8.2.2030: some tests fail on Macv8.2.2030Bram Moolenaar2020-11-214-3/+46
* patch 8.2.2022: Vim9: star command recognized errornouslyv8.2.2022Bram Moolenaar2020-11-201-0/+14
* patch 8.2.2021: Vim9: get E1099 when autocommand resets did_emsgv8.2.2021Bram Moolenaar2020-11-201-0/+14
* patch 8.2.2019: swap file test fails on MS-Windowsv8.2.2019Bram Moolenaar2020-11-201-2/+3
* patch 8.2.2018: Vim9: script variable not found from lambdav8.2.2018Bram Moolenaar2020-11-191-0/+9
* patch 8.2.2016: swap file test is a little flakyv8.2.2016Bram Moolenaar2020-11-191-2/+2
* patch 8.2.2015: Vim9: literal dict #{} is not like any other languagev8.2.2015Bram Moolenaar2020-11-194-9/+15
* patch 8.2.2014: using CTRL-O in a prompt buffer moves cursor to startv8.2.2014Bram Moolenaar2020-11-191-1/+4
* patch 8.2.2013: Vim9: not skipping white space after unary minusv8.2.2013Bram Moolenaar2020-11-181-2/+19
* patch 8.2.2012: Vim9: confusing error message when using bool wronglyv8.2.2012Bram Moolenaar2020-11-181-0/+7
* patch 8.2.2011: "syn sync" reports a very large numberv8.2.2011Bram Moolenaar2020-11-181-0/+3
* patch 8.2.2010: Vim9: compiling fails for unreachable return statementv8.2.2010Bram Moolenaar2020-11-181-0/+6
* patch 8.2.2007: test for insert mode in popup is not reliablev8.2.2007Bram Moolenaar2020-11-181-1/+1
* patch 8.2.2006: .pbtxt files are not recognizedv8.2.2006Bram Moolenaar2020-11-181-0/+1
* patch 8.2.2005: redoing a mapping with <Cmd> doesn't work properlyv8.2.2005Bram Moolenaar2020-11-181-0/+36
* patch 8.2.2002: Vim9: lambda argument shadowed by function namev8.2.2002Bram Moolenaar2020-11-171-0/+9
* patch 8.2.2001: Vim9: :def function does not apply 'maxfuncdepth'v8.2.2001Bram Moolenaar2020-11-171-0/+30
* patch 8.2.2000: Vim9: dict.key assignment not implemented yetv8.2.2000Bram Moolenaar2020-11-161-1/+10
* patch 8.2.1999: terminal popup test sometimes failsv8.2.1999Bram Moolenaar2020-11-161-2/+2
* patch 8.2.1998: terminal Cmd test sometimes fails to close popupv8.2.1998Bram Moolenaar2020-11-161-3/+2
* patch 8.2.1997: window changes when using bufload() while in a terminal popupv8.2.1997Bram Moolenaar2020-11-161-0/+17
* patch 8.2.1996: Vim9: invalid error for argument of extend()v8.2.1996Bram Moolenaar2020-11-161-0/+13
* patch 8.2.1993: occasional failure of the netbeans testv8.2.1993Bram Moolenaar2020-11-161-2/+2
* patch 8.2.1990: cursor position wrong in terminal popup with finished jobv8.2.1990Bram Moolenaar2020-11-151-2/+2
* patch 8.2.1989: info popup triggers WinEnter and WinLeave autocommandsv8.2.1989Bram Moolenaar2020-11-151-0/+4
* patch 8.2.1988: still in Insert mode when opening terminal popupv8.2.1988Bram Moolenaar2020-11-141-0/+18
* patch 8.2.1986: expression test is flaky on Appveyorv8.2.1986Bram Moolenaar2020-11-141-5/+8
* patch 8.2.1985: crash when closing terminal popup with <Cmd> mappingv8.2.1985Bram Moolenaar2020-11-141-0/+12
* patch 8.2.1984: cannot use :vimgrep in omni completionv8.2.1984Bram Moolenaar2020-11-141-0/+60
* patch 8.2.1983: ml_get error when using <Cmd> to open a terminalv8.2.1983Bram Moolenaar2020-11-142-1/+44
* patch 8.2.1982: quickfix window now updated when adding invalid entriesv8.2.1982Bram Moolenaar2020-11-141-0/+13
* patch 8.2.1980: Vim9: some tests are not done at the script levelv8.2.1980Bram Moolenaar2020-11-121-719/+719
* patch 8.2.1979: "term_opencmd" option of term_start() is truncatedv8.2.1979Bram Moolenaar2020-11-121-1/+3
* patch 8.2.1978: making a mapping work in all modes is complicatedv8.2.1978Bram Moolenaar2020-11-121-0/+468
* patch 8.2.1977: Vim9: error for using a string in a condition is confusingv8.2.1977Bram Moolenaar2020-11-123-22/+28
* patch 8.2.1976: cannot backspace in prompt buffer after using cursor-leftv8.2.1976Bram Moolenaar2020-11-111-0/+8
* patch 8.2.1972: crash when recreating nested foldv8.2.1972Bram Moolenaar2020-11-101-0/+10
* patch 8.2.1970: it is easy to make mistakes when cleaning up swap filesv8.2.1970Bram Moolenaar2020-11-091-0/+46
* patch 8.2.1969: Vim9: map() may change the list or dict item typev8.2.1969Bram Moolenaar2020-11-091-0/+21
* patch 8.2.1968: Vim9: has() assumes a feature does not change dynamicallyv8.2.1968Bram Moolenaar2020-11-081-0/+69
* patch 8.2.1967: the session file does not restore the alternate filev8.2.1967Bram Moolenaar2020-11-071-0/+7
* patch 8.2.1966: popup becomes current window after closing a terminal windowv8.2.1966Bram Moolenaar2020-11-071-0/+21
* patch 8.2.1965: Vim9: tests fail without the channel featurev8.2.1965Bram Moolenaar2020-11-071-19/+27
* patch 8.2.1964: not all ConTeXt files are recognizedv8.2.1964Bram Moolenaar2020-11-061-1/+1
* patch 8.2.1963: crash when using a popup window with "latin1" encodingv8.2.1963Bram Moolenaar2020-11-061-0/+22