summaryrefslogtreecommitdiff
path: root/src/testdir/test_vim9_builtin.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3646: using <sfile> in a function gives an unexpected resultv8.2.3646Bram Moolenaar2021-11-221-0/+8
* patch 8.2.3605: cannot clear and unlinke a highlight group with hlset()v8.2.3605Yegappan Lakshmanan2021-11-161-0/+1
* patch 8.2.3578: manipulating highlighting is complicatedv8.2.3578Yegappan Lakshmanan2021-11-031-0/+10
* patch 8.2.3459: Vim9: need more tests for empty string argumentsv8.2.3459Yegappan Lakshmanan2021-09-301-0/+23
* patch 8.2.3456: Vim9: not all functions are tested with empty string argumentv8.2.3456Yegappan Lakshmanan2021-09-261-2/+77
* patch 8.2.3446: not enough tests for empty string argumentsv8.2.3446Yegappan Lakshmanan2021-09-171-11/+60
* patch 8.2.3438: cannot manipulate blobsv8.2.3438Yegappan Lakshmanan2021-09-141-0/+12
* patch 8.2.3427: double free when list is copiedv8.2.3427Bram Moolenaar2021-09-111-4/+10
* patch 8.2.3415: Vim9: not all function argument types are properly checkedv8.2.3415Yegappan Lakshmanan2021-09-081-2/+96
* patch 8.2.3401: Vim9: cannot use negative count with finddir() and findfile()v8.2.3401Bram Moolenaar2021-09-041-0/+14
* patch 8.2.3382: crash when getting the type of a NULL partialv8.2.3382Bram Moolenaar2021-08-281-0/+9
* patch 8.2.3363: when :edit reuses the current buffer the alternate file is setv8.2.3363Bram Moolenaar2021-08-211-1/+1
* patch 8.2.3356: adding many text properties requires a lot of function callsv8.2.3356Yegappan Lakshmanan2021-08-161-0/+5
* 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