summaryrefslogtreecommitdiff
path: root/src/testdir/test_vim9_builtin.vim
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.4310: Vim9: constant list and dict get a declaration typev8.2.4310Bram Moolenaar2022-02-061-0/+5
* patch 8.2.4304: Vim9: slice() makes a copy but doesn't change the typev8.2.4304Bram Moolenaar2022-02-051-0/+3
* patch 8.2.4302: Vim9: return type of getline() is too strictv8.2.4302Bram Moolenaar2022-02-051-0/+35
* patch 8.2.4301: Vim9: type error for copy of dictv8.2.4301Bram Moolenaar2022-02-051-0/+3
* patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()v8.2.4286Bram Moolenaar2022-02-021-0/+25
* patch 8.2.4279: Vim9: cannot change item type with map() after range()v8.2.4279Bram Moolenaar2022-02-011-1/+13
* patch 8.2.4276: separate test function for the GUI scrollbarv8.2.4276Yegappan Lakshmanan2022-01-311-7/+0
* patch 8.2.4260: Vim9: can still use a global function without g:v8.2.4260Bram Moolenaar2022-01-301-1/+1
* patch 8.2.4259: number of test functions for GUI events is growingv8.2.4259Yegappan Lakshmanan2022-01-301-14/+3
* patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar2022-01-291-1033/+1039
* patch 8.2.4231: Vim9: map() gives type error when type was not declaredv8.2.4231Bram Moolenaar2022-01-271-1/+6
* patch 8.2.4229: possible crash when invoking timer callback failsv8.2.4229Bram Moolenaar2022-01-271-0/+2
* patch 8.2.4224: Vim9: no error when using a number for map() second argumentv8.2.4224Bram Moolenaar2022-01-261-0/+2
* patch 8.2.4141: Vim9 builtin functions test failsv8.2.4141Bram Moolenaar2022-01-181-0/+1
* patch 8.2.3997: Vim9: not enough testing for extend() and map()v8.2.3997Bram Moolenaar2022-01-041-3/+34
* patch 8.2.3996: Vim9: type checking lacks information about declared typev8.2.3996Bram Moolenaar2022-01-041-9/+5
* patch 8.2.3994: Vim9: extend() complains about type when it was not declaredv8.2.3994Bram Moolenaar2022-01-031-2/+12
* patch 8.2.3991: Vim9: error when extending dict<any>v8.2.3991Bram Moolenaar2022-01-031-0/+5
* patch 8.2.3982: some lines of code not covered by testsv8.2.3982Dominique Pelle2022-01-021-0/+2
* patch 8.2.3974: Vim9: LISTAPPEND instruction does not check for a locked listv8.2.3974Bram Moolenaar2022-01-011-0/+11
* patch 8.2.3919: Vim9: wrong argument for append() results in two errorsv8.2.3919Bram Moolenaar2021-12-281-1/+12
* patch 8.2.3916: no error for passing an invalid line number to append()v8.2.3916Bram Moolenaar2021-12-271-0/+8
* patch 8.2.3911: Vim9: type check for filter() does not accept unknownv8.2.3911Bram Moolenaar2021-12-271-0/+6
* patch 8.2.3910: when compare function of sort() fails it does not abortv8.2.3910Bram Moolenaar2021-12-271-0/+11
* patch 8.2.3904: Vim9: skip expression type is not checked at compile timev8.2.3904Bram Moolenaar2021-12-261-7/+41
* patch 8.2.3897: Vim9: second argument of map() and filter() not checkedv8.2.3897Bram Moolenaar2021-12-251-3/+20
* patch 8.2.3895: Vim9: confusing error when using function() with a numberv8.2.3895Bram Moolenaar2021-12-251-0/+2