summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_script.vim
AgeCommit message (Expand)Author
2020-08-14patch 8.2.1445: Vim9: function expanded name is cleared when sourcing againv8.2.1445Bram Moolenaar
2020-08-12patch 8.2.1437: Vim9: 'statusline' is evaluated using Vim9 script syntaxv8.2.1437Bram Moolenaar
2020-08-12patch 8.2.1428: Vim9: :def function does not abort on nested function errorv8.2.1428Bram Moolenaar
2020-08-09patch 8.2.1404: Vim9: script test fails in the GUIv8.2.1404Bram Moolenaar
2020-08-09patch 8.2.1403: Vim9: Vim highlighting may fail in cmdline windowv8.2.1403Bram Moolenaar
2020-08-09patch 8.2.1400: Vim9: test does not delete written filesv8.2.1400Bram Moolenaar
2020-08-08patch 8.2.1399: Vim9: may find imported item in wrong scriptv8.2.1399Bram Moolenaar
2020-08-08patch 8.2.1395: Vim9: no error if declaring a funcref with lower case letterv8.2.1395Bram Moolenaar
2020-08-08patch 8.2.1394: Vim9: compiling a function interferes with command modifiersv8.2.1394Bram Moolenaar
2020-08-07patch 8.2.1391: Vim9: no error for shadowing a script functionv8.2.1391Bram Moolenaar
2020-08-07patch 8.2.1390: Vim9: type error after storing an option valuev8.2.1390Bram Moolenaar
2020-08-07patch 8.2.1388: Vim9: += only works for numbersv8.2.1388Bram Moolenaar
2020-08-07patch 8.2.1387: Vim9: cannot assign to single letter variable with typev8.2.1387Bram Moolenaar
2020-08-06patch 8.2.1382: Vim9: using :import in filetype plugin gives an errorv8.2.1382Bram Moolenaar
2020-08-05patch 8.2.1376: Vim9: expression mapping causes error for using :importv8.2.1376Bram Moolenaar
2020-08-05patch 8.2.1374: Vim9: error for assigning empty list to script variablev8.2.1374Bram Moolenaar
2020-08-05patch 8.2.1373: Vim9: no error for assigning to non-existing script varv8.2.1373Bram Moolenaar
2020-08-02patch 8.2.1359: Vim9: cannot assign to / register in Vim9 scriptv8.2.1359Bram Moolenaar
2020-08-02patch 8.2.1358: Vim9: test fails with +dnd is not availablev8.2.1358Bram Moolenaar
2020-08-02patch 8.2.1357: Vim9: cannot assign to / registerv8.2.1357Bram Moolenaar
2020-08-02patch 8.2.1355: Vim9: no error using :let for options and registersv8.2.1355Bram Moolenaar
2020-08-01patch 8.2.1350: Vim9: no test for error message when redefining functionv8.2.1350Bram Moolenaar
2020-08-01patch 8.2.1349: Vim9: can define a function with the name of an importv8.2.1349Bram Moolenaar
2020-08-01patch 8.2.1342: Vim9: accidentally using "t" gives a confusing errorv8.2.1342Bram Moolenaar
2020-08-01patch 8.2.1339: Vim9: assigning to global dict variable doesn't workv8.2.1339Bram Moolenaar
2020-08-01patch 8.2.1338: Vim9: assigning to script-local variable doesn't check typev8.2.1338Bram Moolenaar
2020-08-01patch 8.2.1337: Vim9: cannot use empty key in dict assignmentv8.2.1337Bram Moolenaar
2020-07-29patch 8.2.1324: Vim9: line break after "=" does not workv8.2.1324Bram Moolenaar
2020-07-29patch 8.2.1320: Vim9: cannot declare some single letter variablesv8.2.1320Bram Moolenaar
2020-07-29patch 8.2.1314: Vim9: rule for comment after :function is confusingv8.2.1314Bram Moolenaar
2020-07-28patch 8.2.1313: Vim9 script: cannot assign to environment variablev8.2.1313Bram Moolenaar
2020-07-28patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exitv8.2.1308Bram Moolenaar
2020-07-25patch 8.2.1293: Vim9: error when using vim9script in TextYankPostv8.2.1293Bram Moolenaar
2020-07-25patch 8.2.1290: Vim9: cannot replace a global functionv8.2.1290Bram Moolenaar
2020-07-23patch 8.2.1287: Vim9: crash when using an imported functionv8.2.1287Bram Moolenaar
2020-07-23patch 8.2.1286: Vim9: No error when using a type to a window variablev8.2.1286Bram Moolenaar
2020-07-23patch 8.2.1274: Vim9: no error for missing white space at script levelv8.2.1274Bram Moolenaar
2020-07-22patch 8.2.1272: Vim9: type not checked if declaration also assigns valuev8.2.1272Bram Moolenaar
2020-07-22patch 8.2.1268: Vim9: no error for using double quote commentv8.2.1268Bram Moolenaar
2020-07-20patch 8.2.1257: Vim9: list unpack doesn't work at the script levelv8.2.1257Bram Moolenaar
2020-07-19patch 8.2.1246: Vim9: comment after assignment doesn't workv8.2.1246Bram Moolenaar
2020-07-18patch 8.2.1238: Vim9: a few remaining errors not caught by try/catchv8.2.1238Bram Moolenaar
2020-07-18patch 8.2.1236: Vim9: a few errors not caught by try/catchv8.2.1236Bram Moolenaar
2020-07-17patch 8.2.1233: Vim9: various errors not caught by try/catchv8.2.1233Bram Moolenaar
2020-07-17patch 8.2.1230: Vim9: list index error not caught by try/catchv8.2.1230Bram Moolenaar
2020-07-17patch 8.2.1227: Vim9: allowing both quoted and # comments is confusingv8.2.1227Bram Moolenaar
2020-07-11patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar
2020-07-08patch 8.2.1159: Vim9: no error for missing space after a commav8.2.1159Bram Moolenaar
2020-07-08patch 8.2.1154: Vim9: crash when using imported functionv8.2.1154Bram Moolenaar
2020-07-07patch 8.2.1153: Vim9: script test fails on some systemsv8.2.1153Bram Moolenaar