summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_builtin.vim
AgeCommit message (Expand)Author
2022-09-15patch 9.0.0473: fullcommand() only works for the current script versionv9.0.0473Bram Moolenaar
2022-09-09patch 9.0.0430: cannot use repeat() with a blobv9.0.0430Bakudankun
2022-09-02patch 9.0.0359: error message for wrong argument type is not specificv9.0.0359Yegappan Lakshmanan
2022-08-30patch 9.0.0331: cannot use items() on a stringv9.0.0331Bram Moolenaar
2022-08-30patch 9.0.0327: items() does not work on a listv9.0.0327Bram Moolenaar
2022-08-28patch 9.0.0303: it is not easy to get information about a scriptv9.0.0303Yegappan Lakshmanan
2022-08-28patch 9.0.0299: error messages for setcmdline() could be betterv9.0.0299Yegappan Lakshmanan
2022-08-27patch 9.0.0285: it is not easy to change the command line from a pluginv9.0.0285Shougo Matsushita
2022-08-25patch 9.0.0269: getscriptinfo() does not include the versionv9.0.0269Yegappan Lakshmanan
2022-08-18patch 9.0.0226: job_start() test may fail under valgrindv9.0.0226Bram Moolenaar
2022-08-14patch 9.0.0204: indexof() may leak memoryv9.0.0204Yegappan Lakshmanan
2022-08-13patch 9.0.0202: code and help for indexof() is not idealv9.0.0202Yegappan Lakshmanan
2022-08-13patch 9.0.0196: finding value in list may require a for loopv9.0.0196Yegappan Lakshmanan
2022-07-27patch 9.0.0090: no error when assigning bool to a string optionv9.0.0090Bram Moolenaar
2022-06-29patch 9.0.0003: functions are global while they could be localv9.0.0003Yegappan Lakshmanan
2022-05-26patch 8.2.5019: cannot get the first screen column of a characterv8.2.5019LemonBoy
2022-05-19patch 8.2.4981: it is not possible to manipulate autocommandsv8.2.4981Yegappan Lakshmanan
2022-05-12patch 8.2.4946: Vim9: some code not covered by testsv8.2.4946Bram Moolenaar
2022-05-12patch 8.2.4940: some code is never usedv8.2.4940Bram Moolenaar
2022-05-10patch 8.2.4932: not easy to filter the output of maplist()v8.2.4932Ernie Rael
2022-05-09patch 8.2.4927: return type of remove() incorrect when using three argumentsv8.2.4927Bram Moolenaar
2022-05-06patch 8.2.4892: test failures because of changed error messagesv8.2.4892Bram Moolenaar
2022-05-06patch 8.2.4879: screendump test may fail when using valgrindv8.2.4879Bram Moolenaar
2022-05-05patch 8.2.4870: Vim9: expression in :substitute is not compiledv8.2.4870LemonBoy
2022-05-04patch 8.2.4861: it is not easy to restore saved mappingsv8.2.4861Ernie Rael
2022-04-23patch 8.2.4809: various things no6 properly testedv8.2.4809Yegappan Lakshmanan
2022-04-18patch 8.2.4786: test for win_gotoid() in Visual mode fails on Macv8.2.4786Bram Moolenaar
2022-04-18patch 8.2.4785: Visual mode not stopped if win_gotoid() goes to other bufferv8.2.4785Bram Moolenaar
2022-04-05patch 8.2.4698: Vim9: script variable has no flag that it was setv8.2.4698Bram Moolenaar
2022-04-03patch 8.2.4679: cannot have expandcmd() give an error message for mistakesv8.2.4679Yegappan Lakshmanan
2022-03-28patch 8.2.4643: Vim9: variable may be locked unintentionallyv8.2.4643Bram Moolenaar
2022-03-27patch 8.2.4634: Vim9: cannot initialize a variable to null_listv8.2.4634Bram Moolenaar
2022-03-08patch 8.2.4529: Vim9: comparing partial with function failsv8.2.4529Bram Moolenaar
2022-02-23patch 8.2.4459: Vim9: compiling sort() call fails with unknown argumentsv8.2.4459Bram Moolenaar
2022-02-23patch 8.2.4458: Vim9: compiling filter() call fails with unknown argumentsv8.2.4458Bram Moolenaar
2022-02-22patch 8.2.4449: vim9: function argument of sort() not checked at compile timev8.2.4449Bram Moolenaar
2022-02-22patch 8.2.4446: Vim9: cannot refer to a global function like a local onev8.2.4446Bram Moolenaar
2022-02-22patch 8.2.4441: Vim9: function argument of filter() not checked like map()v8.2.4441Bram Moolenaar
2022-02-20patch 8.2.4426: map() function on string and blob does not check typesv8.2.4426Bram Moolenaar
2022-02-20patch 8.2.4425: map() function does not check function argumentsv8.2.4425Bram Moolenaar
2022-02-15patch 8.2.4390: Vim9: list from declaration with inferred type not setv8.2.4390Bram Moolenaar
2022-02-12patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistenciesv8.2.4360Bram Moolenaar
2022-02-06patch 8.2.4313: Vim9: cannot change type of list after making a slicev8.2.4313Bram Moolenaar
2022-02-06patch 8.2.4310: Vim9: constant list and dict get a declaration typev8.2.4310Bram Moolenaar
2022-02-05patch 8.2.4304: Vim9: slice() makes a copy but doesn't change the typev8.2.4304Bram Moolenaar
2022-02-05patch 8.2.4302: Vim9: return type of getline() is too strictv8.2.4302Bram Moolenaar
2022-02-05patch 8.2.4301: Vim9: type error for copy of dictv8.2.4301Bram Moolenaar
2022-02-02patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()v8.2.4286Bram Moolenaar
2022-02-01patch 8.2.4279: Vim9: cannot change item type with map() after range()v8.2.4279Bram Moolenaar
2022-01-31patch 8.2.4276: separate test function for the GUI scrollbarv8.2.4276Yegappan Lakshmanan