summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_builtin.vim
AgeCommit message (Expand)Author
2021-12-25patch 8.2.3897: Vim9: second argument of map() and filter() not checkedv8.2.3897Bram Moolenaar
2021-12-25patch 8.2.3895: Vim9: confusing error when using function() with a numberv8.2.3895Bram Moolenaar
2021-12-25patch 8.2.3894: Vim9: no proper type check for first argument of call()v8.2.3894Bram Moolenaar
2021-12-22patch 8.2.3872: Vim9: finddir() and uniq() return types can be more specificv8.2.3872Bram Moolenaar
2021-12-20patch 8.2.3857: Vim9: inconsistent error for using function()v8.2.3857Bram Moolenaar
2021-12-19patch 8.2.3854: Vim9: inconsistent arguments for test functionsv8.2.3854Bram Moolenaar
2021-12-18patch 8.2.3848: cannot use reduce() for a stringv8.2.3848rbtnn
2021-12-18patch 8.2.3845: Vim9: test fails when the channel feature is missingv8.2.3845Dominique Pelle
2021-12-16patch 8.2.3822: leaking memory in map() and filter(), no string in Vim9v8.2.3822Bram Moolenaar
2021-12-01patch 8.2.3715: Vim9: valgrind reports spurious problems for a testv8.2.3715Bram Moolenaar
2021-11-22patch 8.2.3646: using <sfile> in a function gives an unexpected resultv8.2.3646Bram Moolenaar
2021-11-16patch 8.2.3605: cannot clear and unlinke a highlight group with hlset()v8.2.3605Yegappan Lakshmanan
2021-11-03patch 8.2.3578: manipulating highlighting is complicatedv8.2.3578Yegappan Lakshmanan
2021-09-30patch 8.2.3459: Vim9: need more tests for empty string argumentsv8.2.3459Yegappan Lakshmanan
2021-09-26patch 8.2.3456: Vim9: not all functions are tested with empty string argumentv8.2.3456Yegappan Lakshmanan
2021-09-17patch 8.2.3446: not enough tests for empty string argumentsv8.2.3446Yegappan Lakshmanan
2021-09-14patch 8.2.3438: cannot manipulate blobsv8.2.3438Yegappan Lakshmanan
2021-09-11patch 8.2.3427: double free when list is copiedv8.2.3427Bram Moolenaar
2021-09-08patch 8.2.3415: Vim9: not all function argument types are properly checkedv8.2.3415Yegappan Lakshmanan
2021-09-04patch 8.2.3401: Vim9: cannot use negative count with finddir() and findfile()v8.2.3401Bram Moolenaar
2021-08-28patch 8.2.3382: crash when getting the type of a NULL partialv8.2.3382Bram Moolenaar
2021-08-21patch 8.2.3363: when :edit reuses the current buffer the alternate file is setv8.2.3363Bram Moolenaar
2021-08-16patch 8.2.3356: adding many text properties requires a lot of function callsv8.2.3356Yegappan Lakshmanan
2021-08-09patch 8.2.3322: Vim9: checking type of dict does not check member typev8.2.3322Bram Moolenaar
2021-08-08patch 8.2.3314: behavior of exists() in a :def function is unpredictablev8.2.3314Bram Moolenaar
2021-08-05patch 8.2.3299: Vim9: exists() does not handle much at compile timev8.2.3299Bram Moolenaar
2021-08-02patch 8.2.3276: Vim9: exists() can only be evaluated at runtimev8.2.3276Bram Moolenaar
2021-07-31patch 8.2.3261: Vim9: when compiling repeat(123, N) return type is numberv8.2.3261Bram Moolenaar
2021-07-31patch 8.2.3258: error messages have the wrong textv8.2.3258Bram Moolenaar
2021-07-28patch 8.2.3242: Vim9: valgrind reports leaks in builtin function testv8.2.3242Bram Moolenaar
2021-07-28patch 8.2.3232: system() does not work without a second argumentv8.2.3232Yegappan Lakshmanan
2021-07-27patch 8.2.3230: Vim9: type error when function return type is not known yetv8.2.3230Bram Moolenaar
2021-07-27patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan
2021-07-25patch 8.2.3221: Vim9: argument types are not checked at compile timev8.2.3221Yegappan Lakshmanan
2021-07-25patch 8.2.3220: Test_term_setansicolors() fails in some configurationsv8.2.3220Dominique Pelle
2021-07-24patch 8.2.3215: Vim9: argument types are not checked at compile timev8.2.3215Yegappan Lakshmanan
2021-07-24patch 8.2.3211: Vim9: argument types are not checked at compile timev8.2.3211Yegappan Lakshmanan
2021-07-24patch 8.2.3210: Vim9: searchpair() sixth argument is compiledv8.2.3210Bram Moolenaar
2021-07-24patch 8.2.3207: Vim9: crash when compiling string failsv8.2.3207Bram Moolenaar
2021-07-23patch 8.2.3206: Vim9: argument types are not checked at compile timev8.2.3206Yegappan Lakshmanan
2021-07-22patch 8.2.3200: Vim9: hard to guess where a type error is givenv8.2.3200Bram Moolenaar
2021-07-21patch 8.2.3194: Vim9: argument types are not checked at compile timev8.2.3194Yegappan Lakshmanan
2021-07-20patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan
2021-07-19patch 8.2.3183: duplicate error numbersv8.2.3183Bram Moolenaar
2021-07-18patch 8.2.3182: Vim9: crash when using removing items from a constant listv8.2.3182Bram Moolenaar
2021-07-18patch 8.2.3181: Vim9: builtin function test fails without channel featurev8.2.3181Dominique Pelle
2021-07-17patch 8.2.3173: Vim9: argument types are not checked at compile timev8.2.3173Yegappan Lakshmanan
2021-07-16patch 8.2.3172: MzScheme test failsv8.2.3172Bram Moolenaar
2021-07-15patch 8.2.3162: Vim9: argument types are not checked at compile timev8.2.3162Yegappan Lakshmanan
2021-07-14patch 8.2.3161: Vim9: no error when reltime() has invalid argumentsv8.2.3161Bram Moolenaar