summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0270: some code not covered by testsv8.2.0270Bram Moolenaar2020-02-1719-7/+464
* patch 8.2.0269: Vim9: operator after list index does not workv8.2.0269Bram Moolenaar2020-02-171-0/+15
* patch 8.2.0267: no check for a following cmd when calling a function failsv8.2.0267Bram Moolenaar2020-02-161-0/+4
* patch 8.2.0266: terminal in popup test sometimes fails on Macv8.2.0266Bram Moolenaar2020-02-161-0/+1
* patch 8.2.0265: "eval" after "if 0" doesn't check for following commandv8.2.0265Bram Moolenaar2020-02-161-0/+9
* patch 8.2.0264: fileformat test still fails on MS-Windowsv8.2.0264Bram Moolenaar2020-02-161-1/+1
* patch 8.2.0262: fileformat test fails on MS-Windowsv8.2.0262Bram Moolenaar2020-02-161-0/+3
* patch 8.2.0261: some code not covered by testsv8.2.0261Bram Moolenaar2020-02-1610-0/+221
* patch 8.2.0259: terminal in popup test sometimes failsv8.2.0259Bram Moolenaar2020-02-142-1/+2
* patch 8.2.0258: modifyOtherKeys cannot be temporarily disabledv8.2.0258Bram Moolenaar2020-02-142-0/+22
* patch 8.2.0257: cannot recognize a terminal in a popup windowv8.2.0257Bram Moolenaar2020-02-143-2/+8
* patch 8.2.0253: crash when using :disassamble without argumentv8.2.0253Bram Moolenaar2020-02-131-0/+4
* patch 8.2.0250: test_clear_search_pat() is unusedv8.2.0250Bram Moolenaar2020-02-121-0/+4
* patch 8.2.0243: insufficient code coverage for ex_docmd.c functionsv8.2.0243Bram Moolenaar2020-02-1116-47/+398
* patch 8.2.0242: preview popup window test fails with long directory namev8.2.0242Bram Moolenaar2020-02-111-2/+2
* patch 8.2.0241: crash when setting 'buftype' to "quickfix"v8.2.0241Bram Moolenaar2020-02-101-0/+7
* patch 8.2.0239: MS-Windows: 'env' job option does not override existing varsv8.2.0239Bram Moolenaar2020-02-101-0/+9
* patch 8.2.0238: MS-Windows: job_stop() results in exit value zerov8.2.0238Bram Moolenaar2020-02-101-0/+15
* patch 8.2.0237: crash when setting 'wincolor' on finished terminal windowv8.2.0237Bram Moolenaar2020-02-101-0/+15
* patch 8.2.0235: draw error when an empty group is removed from 'statusline'v8.2.0235Bram Moolenaar2020-02-082-0/+30
* patch 8.2.0233: crash when using garbagecollect() in between rand()v8.2.0233Bram Moolenaar2020-02-081-4/+11
* patch 8.2.0232: the :compiler command causes a crashv8.2.0232Bram Moolenaar2020-02-081-0/+10
* patch 8.2.0230: terminal popup test is flakyv8.2.0230Bram Moolenaar2020-02-071-1/+1
* patch 8.2.0229: compare instructions not testedv8.2.0229Bram Moolenaar2020-02-071-14/+109
* patch 8.2.0227: compiling a few instructions not testedv8.2.0227Bram Moolenaar2020-02-061-1/+78
* patch 8.2.0226: compiling for loop not testedv8.2.0226Bram Moolenaar2020-02-061-0/+32
* patch 8.2.0225: compiling lambda not tested yetv8.2.0225Bram Moolenaar2020-02-061-0/+47
* patch 8.2.0224: compiling :elseif not tested yetv8.2.0224Bram Moolenaar2020-02-062-24/+74
* patch 8.2.0223: some instructions not yet testedv8.2.0223Bram Moolenaar2020-02-063-210/+222
* patch 8.2.0222: Vim9: optional function arguments don't work yetv8.2.0222Bram Moolenaar2020-02-061-17/+31
* patch 8.2.0221: no test for Vim9 += and ..=v8.2.0221Bram Moolenaar2020-02-061-2/+23
* patch 8.2.0220: terminal test did pass on Macv8.2.0220Bram Moolenaar2020-02-061-6/+4
* patch 8.2.0219: terminal test still fails on Macv8.2.0219Bram Moolenaar2020-02-051-4/+6
* patch 8.2.0218: several Vim9 instructions are not testedv8.2.0218Bram Moolenaar2020-02-051-36/+123
* patch 8.2.0217: terminal test fails on Macv8.2.0217Bram Moolenaar2020-02-051-0/+1
* patch 8.2.0216: several Vim9 instructions are not testedv8.2.0216Bram Moolenaar2020-02-051-3/+52
* patch 8.2.0215: wrong file name shorteningv8.2.0215Bram Moolenaar2020-02-051-0/+2
* patch 8.2.0214: a popup window with a terminal can be made hiddenv8.2.0214Bram Moolenaar2020-02-052-2/+24
* patch 8.2.0212: missing search/substitute pattern hardly testedv8.2.0212Bram Moolenaar2020-02-054-0/+62
* patch 8.2.0211: test for ANSI colors fails without an "ls" commandv8.2.0211Bram Moolenaar2020-02-051-3/+8
* patch 8.2.0208: fnamemodify() does not apply ":~" when followed by ":."v8.2.0208Bram Moolenaar2020-02-041-0/+12
* patch 8.2.0207: crash when missing member type on list argumentv8.2.0207Bram Moolenaar2020-02-041-1/+4
* patch 8.2.0206: calling Vim9 function using default argument failsv8.2.0206Bram Moolenaar2020-02-041-0/+28
* patch 8.2.0204: crash when using winnr('j') in a popup windowv8.2.0204Bram Moolenaar2020-02-031-1/+6
* patch 8.2.0203: :helptags and some other functionality not testedv8.2.0203Bram Moolenaar2020-02-038-1/+179
* patch 8.2.0201: cannot assign to an imported variablev8.2.0201Bram Moolenaar2020-02-031-3/+12
* patch 8.2.0200: Vim9 script commands not sufficiently testedv8.2.0200Bram Moolenaar2020-02-021-6/+59
* patch 8.2.0199: Vim9 script commands not sufficiently testedv8.2.0199Bram Moolenaar2020-02-021-8/+45
* patch 8.2.0198: no tests for y/n promptv8.2.0198Bram Moolenaar2020-02-021-1/+31
* patch 8.2.0197: some Ex commands not sufficiently testedv8.2.0197Bram Moolenaar2020-02-027-3/+171