summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_builtin.vim
AgeCommit message (Expand)Author
2023-08-27patch 9.0.1801: Vim9 instanceof() fails in a def funcv9.0.1801Yegappan Lakshmanan
2023-08-23patch 9.0.1786: Vim9: need instanceof() functionv9.0.1786LemonBoy
2023-08-19patch 9.0.1750: CI: fails because of changed error messagesv9.0.1750rhysd
2023-08-17patch 9.0.1728: missing winid argument for virtcol()v9.0.1728zeertzjq
2023-06-24patch 9.0.1660: error for using matchfuzzy() returning a list of dictsv9.0.1660Yegappan Lakshmanan
2023-06-14patch 9.0.1631: passing wrong variable type to option gives multiple errorsv9.0.1631zeertzjq
2023-06-08patch 9.0.1617: charidx() result is not consistent with byteidx()v9.0.1617Yegappan Lakshmanan
2023-05-11patch 9.0.1540: reverse() on string doesn't work in compiled functionv9.0.1540Yegappan Lakshmanan
2023-03-05patch 9.0.1382: failing test for strptime() doesn't show returned valuev9.0.1382Bram Moolenaar
2023-01-15patch 9.0.1203: return type of values() is always list<any>v9.0.1203Bram Moolenaar
2022-12-02patch 9.0.0994: tests for empty prop type name failv9.0.0994Bram Moolenaar
2022-12-02patch 9.0.0993: display errors when adding or removing text property typev9.0.0993Bram Moolenaar
2022-11-21patch 9.0.0916: getbufline() is inefficient for getting a single linev9.0.0916Bram Moolenaar
2022-11-12patch 9.0.0863: col() and charcol() only work for the current windowv9.0.0863Yegappan Lakshmanan
2022-11-05patch 9.0.0837: append() reports failure when not appending anythingv9.0.0837Bram Moolenaar
2022-10-15patch 9.0.0766: too many delete() calls in testsv9.0.0766Bram Moolenaar
2022-10-11patch 9.0.0728: extend() test failsv9.0.0728Bram Moolenaar
2022-09-30patch 9.0.0629: get an error for using const only when executingv9.0.0629Bram Moolenaar
2022-09-30patch 9.0.0627: "const" and "final" both make the type a constantv9.0.0627Bram Moolenaar
2022-09-29patch 9.0.0623: error for modifying a const is not detected at compile timev9.0.0623Bram Moolenaar
2022-09-23patch 9.0.0563: timer_info() test failsv9.0.0563Bram Moolenaar
2022-09-17patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar
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