summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3866: Vim9: type checking global variables is inconsistentv8.2.3866Bram Moolenaar2021-12-211-0/+33
* patch 8.2.3862: crash on exit with EXITFREE and using win_execute()v8.2.3862Bram Moolenaar2021-12-201-0/+22
* patch 8.2.3859: Vim9: some code lines not testedv8.2.3859Bram Moolenaar2021-12-202-1/+5
* patch 8.2.3858: Vim9: not enough testsv8.2.3858Bram Moolenaar2021-12-202-3/+54
* patch 8.2.3857: Vim9: inconsistent error for using function()v8.2.3857Bram Moolenaar2021-12-201-1/+59
* patch 8.2.3856: Vim9: not enough testsv8.2.3856Bram Moolenaar2021-12-192-507/+594
* patch 8.2.3855: illegal memory access when displaying a blobv8.2.3855Yegappan Lakshmanan2021-12-192-1/+8
* patch 8.2.3854: Vim9: inconsistent arguments for test functionsv8.2.3854Bram Moolenaar2021-12-1912-997/+1007
* patch 8.2.3853: Vim9: not enough testsv8.2.3853Bram Moolenaar2021-12-191-17/+15
* patch 8.2.3852: Vim9: not enough testsv8.2.3852Bram Moolenaar2021-12-191-3/+10
* patch 8.2.3850: illegal memory access when displaying a partialv8.2.3850Bram Moolenaar2021-12-191-0/+7
* patch 8.2.3849: functions implementing reduce and map are too longv8.2.3849Yegappan Lakshmanan2021-12-191-0/+3
* patch 8.2.3848: cannot use reduce() for a stringv8.2.3848rbtnn2021-12-182-10/+31
* patch 8.2.3847: illegal memory access when using a lambda with an errorv8.2.3847Bram Moolenaar2021-12-181-0/+2
* patch 8.2.3846: no error when using control character for 'lcs' or 'fcs'v8.2.3846zeertzjq2021-12-182-1/+17
* patch 8.2.3845: Vim9: test fails when the channel feature is missingv8.2.3845Dominique Pelle2021-12-181-2/+6
* patch 8.2.3844: Vim9: no type error if assigning func(number) to func(string)v8.2.3844Bram Moolenaar2021-12-181-0/+17
* patch 8.2.3843: dep3patch files are not recognizedv8.2.3843James McCoy2021-12-171-0/+40
* patch 8.2.3842: Vim9: can change locked list and list itemsv8.2.3842Bram Moolenaar2021-12-171-0/+12
* patch 8.2.3841: Vim9: outdated TODO items, disabled tests that workv8.2.3841Bram Moolenaar2021-12-172-8/+29
* patch 8.2.3839: using \z() with \z1 not tested for syntax highlightingv8.2.3839Dominique Pelle2021-12-171-0/+18
* patch 8.2.3838: cannot use script-local function for setting *func optionsv8.2.3838Yegappan Lakshmanan2021-12-175-36/+254
* patch 8.2.3835: the inline-function example does not workv8.2.3835Bram Moolenaar2021-12-171-0/+9
* patch 8.2.3834: Test_out_cb often fails on Macv8.2.3834Bram Moolenaar2021-12-171-2/+7
* patch 8.2.3833: error from term_start() not caught by try/catchv8.2.3833ichizok2021-12-171-0/+20
* patch 8.2.3832: test fails because of changed error messagev8.2.3832Bram Moolenaar2021-12-161-2/+2
* patch 8.2.3831: opfunc test fails when missing feature changes function namev8.2.3831Bram Moolenaar2021-12-162-7/+1
* patch 8.2.3829: no error when setting a func option to script-local functionv8.2.3829Bram Moolenaar2021-12-162-0/+17
* patch 8.2.3828: when opening a terminal from a timer first typed char is lostv8.2.3828Bram Moolenaar2021-12-161-0/+26
* patch 8.2.3826: Vim9: using "g:Func" as funcref doesn't work in :def functionv8.2.3826Bram Moolenaar2021-12-162-1/+13
* patch 8.2.3825: various comments could be improvedv8.2.3825Bram Moolenaar2021-12-161-0/+3
* Update runtime filesBram Moolenaar2021-12-161-0/+42
* patch 8.2.3824: no ASAN support for MSVCv8.2.3824Yegappan Lakshmanan2021-12-161-0/+1
* patch 8.2.3823: test for visual replace is in wrong functionv8.2.3823Bram Moolenaar2021-12-161-4/+5
* patch 8.2.3822: leaking memory in map() and filter(), no string in Vim9v8.2.3822Bram Moolenaar2021-12-162-61/+83
* patch 8.2.3820: "vrc" does not replace composing charactersv8.2.3820Bram Moolenaar2021-12-151-0/+4
* patch 8.2.3819: test fails because error message changedv8.2.3819Bram Moolenaar2021-12-152-2/+2
* patch 8.2.3818: cannot filter or map characters in a stringv8.2.3818rbtnn2021-12-151-2/+64
* patch 8.2.3817: Vim9: Not using NL as command end does not work for :autocmdv8.2.3817Bram Moolenaar2021-12-151-3/+14
* patch 8.2.3815: Vim9: cannot have a multi-line dict inside a blockv8.2.3815Bram Moolenaar2021-12-151-0/+14
* patch 8.2.3814: .csx files and .sln files are not recognizedv8.2.3814Bram Moolenaar2021-12-151-1/+2
* patch 8.2.3813: confusing error when using :cc without error listv8.2.3813Bram Moolenaar2021-12-151-0/+6
* patch 8.2.3811: the opfunc error test fails on a slow machinev8.2.3811Bram Moolenaar2021-12-141-0/+1
* patch 8.2.3810: Vim9: expr4 test fails on MS-Windowsv8.2.3810Bram Moolenaar2021-12-141-2/+10
* patch 8.2.3809: Vim9: crash when garbage collecting a nested partialv8.2.3809Bram Moolenaar2021-12-141-0/+35
* patch 8.2.3807: Vim9: can call import with star directlyv8.2.3807Bram Moolenaar2021-12-141-0/+15
* patch 8.2.3806: terminal focus test fails sometimesv8.2.3806Bram Moolenaar2021-12-141-3/+2
* patch 8.2.3805: i3config files are not recognizedv8.2.3805Quentin Hibon2021-12-141-0/+1
* patch 8.2.3802: terminal in two windows test fails on some systemsv8.2.3802Bram Moolenaar2021-12-131-2/+4
* patch 8.2.3801: if a terminal shows in two windows, only one is redrawnv8.2.3801Bram Moolenaar2021-12-131-0/+27