summaryrefslogtreecommitdiff
path: root/src/testdir/test_vim9_builtin.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3322: Vim9: checking type of dict does not check member typev8.2.3322Bram Moolenaar2021-08-091-0/+12
* patch 8.2.3314: behavior of exists() in a :def function is unpredictablev8.2.3314Bram Moolenaar2021-08-081-9/+24
* patch 8.2.3299: Vim9: exists() does not handle much at compile timev8.2.3299Bram Moolenaar2021-08-051-1/+23
* patch 8.2.3276: Vim9: exists() can only be evaluated at runtimev8.2.3276Bram Moolenaar2021-08-021-0/+19
* patch 8.2.3261: Vim9: when compiling repeat(123, N) return type is numberv8.2.3261Bram Moolenaar2021-07-311-3/+9
* patch 8.2.3258: error messages have the wrong textv8.2.3258Bram Moolenaar2021-07-311-26/+26
* patch 8.2.3242: Vim9: valgrind reports leaks in builtin function testv8.2.3242Bram Moolenaar2021-07-281-2/+2
* patch 8.2.3232: system() does not work without a second argumentv8.2.3232Yegappan Lakshmanan2021-07-281-0/+6
* patch 8.2.3230: Vim9: type error when function return type is not known yetv8.2.3230Bram Moolenaar2021-07-271-0/+10
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-482/+482
* patch 8.2.3221: Vim9: argument types are not checked at compile timev8.2.3221Yegappan Lakshmanan2021-07-251-0/+60
* patch 8.2.3220: Test_term_setansicolors() fails in some configurationsv8.2.3220Dominique Pelle2021-07-251-2/+7
* patch 8.2.3215: Vim9: argument types are not checked at compile timev8.2.3215Yegappan Lakshmanan2021-07-241-14/+70
* patch 8.2.3211: Vim9: argument types are not checked at compile timev8.2.3211Yegappan Lakshmanan2021-07-241-3/+61
* patch 8.2.3210: Vim9: searchpair() sixth argument is compiledv8.2.3210Bram Moolenaar2021-07-241-2/+10
* patch 8.2.3207: Vim9: crash when compiling string failsv8.2.3207Bram Moolenaar2021-07-241-1/+6
* patch 8.2.3206: Vim9: argument types are not checked at compile timev8.2.3206Yegappan Lakshmanan2021-07-231-15/+140
* patch 8.2.3200: Vim9: hard to guess where a type error is givenv8.2.3200Bram Moolenaar2021-07-221-3/+5
* patch 8.2.3194: Vim9: argument types are not checked at compile timev8.2.3194Yegappan Lakshmanan2021-07-211-0/+28
* patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan2021-07-201-93/+459
* patch 8.2.3183: duplicate error numbersv8.2.3183Bram Moolenaar2021-07-191-3/+3
* patch 8.2.3182: Vim9: crash when using removing items from a constant listv8.2.3182Bram Moolenaar2021-07-181-0/+6
* patch 8.2.3181: Vim9: builtin function test fails without channel featurev8.2.3181Dominique Pelle2021-07-181-15/+35
* patch 8.2.3173: Vim9: argument types are not checked at compile timev8.2.3173Yegappan Lakshmanan2021-07-171-0/+151
* patch 8.2.3172: MzScheme test failsv8.2.3172Bram Moolenaar2021-07-161-1/+1
* patch 8.2.3162: Vim9: argument types are not checked at compile timev8.2.3162Yegappan Lakshmanan2021-07-151-131/+474
* patch 8.2.3161: Vim9: no error when reltime() has invalid argumentsv8.2.3161Bram Moolenaar2021-07-141-0/+13
* patch 8.2.3156: Vim9: term_getansicolors() test fails without +termguicolorsv8.2.3156Dominique Pelle2021-07-121-0/+1
* patch 8.2.3154: Vim9: some type checks for builtin functions failv8.2.3154Yegappan Lakshmanan2021-07-111-0/+15
* patch 8.2.3150: Vim9: argument types are not checked at compile timev8.2.3150Yegappan Lakshmanan2021-07-111-2/+62
* patch 8.2.3148: Vim9: function arg type check does not handle base offsetv8.2.3148Bram Moolenaar2021-07-111-0/+2
* patch 8.2.3144: Vim9: no error when using an invalid value for a line numberv8.2.3144Bram Moolenaar2021-07-111-2/+21
* patch 8.2.3142: Vim9: type check for has_key() argument is too strictv8.2.3142Bram Moolenaar2021-07-111-0/+6
* patch 8.2.3135: Vim9: builtin function arguments not checked at compile timev8.2.3135Yegappan Lakshmanan2021-07-101-103/+421
* patch 8.2.3134: crash when using typename() on a function referencev8.2.3134Bram Moolenaar2021-07-091-0/+6
* patch 8.2.3128: Vim9: uninitialzed list does not get type checkedv8.2.3128Bram Moolenaar2021-07-081-0/+7
* patch 8.2.3127: Vim9: no error when adding number to list of stringv8.2.3127Bram Moolenaar2021-07-081-0/+7
* patch 8.2.3108: test for remote_foreground() failsv8.2.3108Bram Moolenaar2021-07-051-0/+2
* patch 8.2.3092: Vim9: builtin function test fails without +channel featurev8.2.3092Dominique Pelle2021-07-031-2/+4
* patch 8.2.3084: Vim9: builtin function argument types are not checkedv8.2.3084Yegappan Lakshmanan2021-07-031-32/+486
* patch 8.2.3036: Vim9: builtin function arguments not checked at compile timev8.2.3036Yegappan Lakshmanan2021-06-221-0/+237
* patch 8.2.3023: Vim9: arguments for execute() not checked at compile timev8.2.3023Bram Moolenaar2021-06-201-0/+12
* patch 8.2.2944: Vim9: no error when using job or channel as a stringv8.2.2944Bram Moolenaar2021-06-051-1/+11
* patch 8.2.2942: Vim9: error when calling function with too few argumentsv8.2.2942Bram Moolenaar2021-06-051-0/+9
* patch 8.2.2888: Vim9: "k" command recognized in Vim9 scriptv8.2.2888Bram Moolenaar2021-05-261-0/+23
* patch 8.2.2886: various pieces of code not covered by testsv8.2.2886Yegappan Lakshmanan2021-05-251-0/+8
* patch 8.2.2868: Vim9: when executing compiled expression trylevel is changedv8.2.2868Bram Moolenaar2021-05-181-1/+4
* patch 8.2.2857: Vim9: exception in ISN_INSTR caught at wrong levelv8.2.2857Bram Moolenaar2021-05-161-0/+14
* patch 8.2.2843: Vim9: skip argument to searchpairpos() is not compiledv8.2.2843Bram Moolenaar2021-05-071-0/+21
* patch 8.2.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram Moolenaar2021-05-071-0/+14