summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_builtin.vim
AgeCommit message (Expand)Author
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
2021-07-12patch 8.2.3156: Vim9: term_getansicolors() test fails without +termguicolorsv8.2.3156Dominique Pelle
2021-07-11patch 8.2.3154: Vim9: some type checks for builtin functions failv8.2.3154Yegappan Lakshmanan
2021-07-11patch 8.2.3150: Vim9: argument types are not checked at compile timev8.2.3150Yegappan Lakshmanan
2021-07-11patch 8.2.3148: Vim9: function arg type check does not handle base offsetv8.2.3148Bram Moolenaar
2021-07-11patch 8.2.3144: Vim9: no error when using an invalid value for a line numberv8.2.3144Bram Moolenaar
2021-07-11patch 8.2.3142: Vim9: type check for has_key() argument is too strictv8.2.3142Bram Moolenaar
2021-07-10patch 8.2.3135: Vim9: builtin function arguments not checked at compile timev8.2.3135Yegappan Lakshmanan
2021-07-09patch 8.2.3134: crash when using typename() on a function referencev8.2.3134Bram Moolenaar
2021-07-08patch 8.2.3128: Vim9: uninitialzed list does not get type checkedv8.2.3128Bram Moolenaar
2021-07-08patch 8.2.3127: Vim9: no error when adding number to list of stringv8.2.3127Bram Moolenaar
2021-07-05patch 8.2.3108: test for remote_foreground() failsv8.2.3108Bram Moolenaar
2021-07-03patch 8.2.3092: Vim9: builtin function test fails without +channel featurev8.2.3092Dominique Pelle
2021-07-03patch 8.2.3084: Vim9: builtin function argument types are not checkedv8.2.3084Yegappan Lakshmanan
2021-06-22patch 8.2.3036: Vim9: builtin function arguments not checked at compile timev8.2.3036Yegappan Lakshmanan
2021-06-20patch 8.2.3023: Vim9: arguments for execute() not checked at compile timev8.2.3023Bram Moolenaar
2021-06-05patch 8.2.2944: Vim9: no error when using job or channel as a stringv8.2.2944Bram Moolenaar
2021-06-05patch 8.2.2942: Vim9: error when calling function with too few argumentsv8.2.2942Bram Moolenaar
2021-05-26patch 8.2.2888: Vim9: "k" command recognized in Vim9 scriptv8.2.2888Bram Moolenaar
2021-05-25patch 8.2.2886: various pieces of code not covered by testsv8.2.2886Yegappan Lakshmanan
2021-05-18patch 8.2.2868: Vim9: when executing compiled expression trylevel is changedv8.2.2868Bram Moolenaar
2021-05-16patch 8.2.2857: Vim9: exception in ISN_INSTR caught at wrong levelv8.2.2857Bram Moolenaar
2021-05-07patch 8.2.2843: Vim9: skip argument to searchpairpos() is not compiledv8.2.2843Bram Moolenaar
2021-05-07patch 8.2.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram Moolenaar
2021-05-03patch 8.2.2831: Vim9: expandcmd() not testedv8.2.2831Bram Moolenaar
2021-04-18patch 8.2.2782: Vim9: blob operations not fully testedv8.2.2782Bram Moolenaar
2021-04-18patch 8.2.2781: add() silently skips when adding to null list or blobv8.2.2781Bram Moolenaar
2021-04-10patch 8.2.2747: Vim9: not always an error for too many function argumentsv8.2.2747Bram Moolenaar
2021-04-05patch 8.2.2715: Vim9: tests fail without the channel featurev8.2.2715Bram Moolenaar
2021-03-28patch 8.2.2670: Vim9: error for append(0, text)v8.2.2670Bram Moolenaar
2021-03-27patch 8.2.2668: Vim9: omitting "call" for "confirm()" does not give an errorv8.2.2668Bram Moolenaar
2021-03-27patch 8.2.2666: Vim9: not enough function arguments checked for stringv8.2.2666Bram Moolenaar
2021-03-27patch 8.2.2665: test failuresv8.2.2665Bram Moolenaar
2021-03-27patch 8.2.2664: Vim9: not enough function arguments checked for stringv8.2.2664Bram Moolenaar
2021-03-25patch 8.2.2652: Vim9: can use command modifier without an effectv8.2.2652Bram Moolenaar
2021-03-22patch 8.2.2646: Vim9: error for not using string doesn't mentionargumentv8.2.2646Bram Moolenaar
2021-03-13patch 8.2.2600: Vim9: crash when putting an unknown type in a dictionaryv8.2.2600Bram Moolenaar
2021-03-10patch 8.2.2583: Vim9: cannot compare result of getenv() with nullv8.2.2583Bram Moolenaar
2021-02-21patch 8.2.2537: Vim9: crash when map() failsv8.2.2537Bram Moolenaar
2021-02-10patch 8.2.2497: no error when using more than one character for a registerv8.2.2497Bram Moolenaar
2021-02-07patch 8.2.2479: set/getbufline test fails without the job featurev8.2.2479Bram Moolenaar
2021-02-03patch 8.2.2455: Vim9: key type for literal dict and indexing is inconsistentv8.2.2455Bram Moolenaar