summaryrefslogtreecommitdiff
path: root/src/testdir/test_vim9_builtin.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0766: too many delete() calls in testsv9.0.0766Bram Moolenaar2022-10-151-14/+7
* patch 9.0.0728: extend() test failsv9.0.0728Bram Moolenaar2022-10-111-2/+2
* patch 9.0.0629: get an error for using const only when executingv9.0.0629Bram Moolenaar2022-09-301-1/+79
* patch 9.0.0627: "const" and "final" both make the type a constantv9.0.0627Bram Moolenaar2022-09-301-0/+14
* patch 9.0.0623: error for modifying a const is not detected at compile timev9.0.0623Bram Moolenaar2022-09-291-0/+38
* patch 9.0.0563: timer_info() test failsv9.0.0563Bram Moolenaar2022-09-231-1/+1
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-171-18/+8
* patch 9.0.0473: fullcommand() only works for the current script versionv9.0.0473Bram Moolenaar2022-09-151-0/+7
* patch 9.0.0430: cannot use repeat() with a blobv9.0.0430Bakudankun2022-09-091-2/+4
* patch 9.0.0359: error message for wrong argument type is not specificv9.0.0359Yegappan Lakshmanan2022-09-021-2/+2
* patch 9.0.0331: cannot use items() on a stringv9.0.0331Bram Moolenaar2022-08-301-2/+6
* patch 9.0.0327: items() does not work on a listv9.0.0327Bram Moolenaar2022-08-301-1/+5
* patch 9.0.0303: it is not easy to get information about a scriptv9.0.0303Yegappan Lakshmanan2022-08-281-0/+40
* patch 9.0.0299: error messages for setcmdline() could be betterv9.0.0299Yegappan Lakshmanan2022-08-281-2/+2
* patch 9.0.0285: it is not easy to change the command line from a pluginv9.0.0285Shougo Matsushita2022-08-271-0/+6
* patch 9.0.0269: getscriptinfo() does not include the versionv9.0.0269Yegappan Lakshmanan2022-08-251-0/+4
* patch 9.0.0226: job_start() test may fail under valgrindv9.0.0226Bram Moolenaar2022-08-181-0/+1
* patch 9.0.0204: indexof() may leak memoryv9.0.0204Yegappan Lakshmanan2022-08-141-2/+28
* patch 9.0.0202: code and help for indexof() is not idealv9.0.0202Yegappan Lakshmanan2022-08-131-2/+9
* patch 9.0.0196: finding value in list may require a for loopv9.0.0196Yegappan Lakshmanan2022-08-131-0/+7
* patch 9.0.0090: no error when assigning bool to a string optionv9.0.0090Bram Moolenaar2022-07-271-0/+1
* patch 9.0.0003: functions are global while they could be localv9.0.0003Yegappan Lakshmanan2022-06-291-0/+16
* patch 8.2.5019: cannot get the first screen column of a characterv8.2.5019LemonBoy2022-05-261-4/+13
* patch 8.2.4981: it is not possible to manipulate autocommandsv8.2.4981Yegappan Lakshmanan2022-05-191-0/+12
* patch 8.2.4946: Vim9: some code not covered by testsv8.2.4946Bram Moolenaar2022-05-121-0/+1
* patch 8.2.4940: some code is never usedv8.2.4940Bram Moolenaar2022-05-121-0/+5
* patch 8.2.4932: not easy to filter the output of maplist()v8.2.4932Ernie Rael2022-05-101-1/+2
* patch 8.2.4927: return type of remove() incorrect when using three argumentsv8.2.4927Bram Moolenaar2022-05-091-6/+5
* patch 8.2.4892: test failures because of changed error messagesv8.2.4892Bram Moolenaar2022-05-061-4/+4
* patch 8.2.4879: screendump test may fail when using valgrindv8.2.4879Bram Moolenaar2022-05-061-1/+2
* patch 8.2.4870: Vim9: expression in :substitute is not compiledv8.2.4870LemonBoy2022-05-051-0/+5
* patch 8.2.4861: it is not easy to restore saved mappingsv8.2.4861Ernie Rael2022-05-041-2/+3
* patch 8.2.4809: various things no6 properly testedv8.2.4809Yegappan Lakshmanan2022-04-231-0/+23
* patch 8.2.4786: test for win_gotoid() in Visual mode fails on Macv8.2.4786Bram Moolenaar2022-04-181-1/+2
* patch 8.2.4785: Visual mode not stopped if win_gotoid() goes to other bufferv8.2.4785Bram Moolenaar2022-04-181-0/+41
* patch 8.2.4698: Vim9: script variable has no flag that it was setv8.2.4698Bram Moolenaar2022-04-051-2/+10
* patch 8.2.4679: cannot have expandcmd() give an error message for mistakesv8.2.4679Yegappan Lakshmanan2022-04-031-0/+1
* patch 8.2.4643: Vim9: variable may be locked unintentionallyv8.2.4643Bram Moolenaar2022-03-281-0/+7
* patch 8.2.4634: Vim9: cannot initialize a variable to null_listv8.2.4634Bram Moolenaar2022-03-271-2/+2
* patch 8.2.4529: Vim9: comparing partial with function failsv8.2.4529Bram Moolenaar2022-03-081-1/+2
* patch 8.2.4459: Vim9: compiling sort() call fails with unknown argumentsv8.2.4459Bram Moolenaar2022-02-231-0/+11
* patch 8.2.4458: Vim9: compiling filter() call fails with unknown argumentsv8.2.4458Bram Moolenaar2022-02-231-1/+12
* patch 8.2.4449: vim9: function argument of sort() not checked at compile timev8.2.4449Bram Moolenaar2022-02-221-3/+25
* patch 8.2.4446: Vim9: cannot refer to a global function like a local onev8.2.4446Bram Moolenaar2022-02-221-0/+15
* patch 8.2.4441: Vim9: function argument of filter() not checked like map()v8.2.4441Bram Moolenaar2022-02-221-9/+53
* patch 8.2.4426: map() function on string and blob does not check typesv8.2.4426Bram Moolenaar2022-02-201-2/+32
* patch 8.2.4425: map() function does not check function argumentsv8.2.4425Bram Moolenaar2022-02-201-6/+22
* patch 8.2.4390: Vim9: list from declaration with inferred type not setv8.2.4390Bram Moolenaar2022-02-151-0/+1
* patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistenciesv8.2.4360Bram Moolenaar2022-02-121-2/+2
* patch 8.2.4313: Vim9: cannot change type of list after making a slicev8.2.4313Bram Moolenaar2022-02-061-0/+1