summaryrefslogtreecommitdiff
path: root/src/testdir/test_vim9_script.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1469: Vim9: cannot assign string to string optionv8.2.1469Bram Moolenaar2020-08-161-12/+26
* patch 8.2.1467: Vim9: :echomsg doesn't like a dict argumentv8.2.1467Bram Moolenaar2020-08-161-0/+3
* patch 8.2.1466: Vim9: cannot index or slice a variable with type "any"v8.2.1466Bram Moolenaar2020-08-161-1/+1
* patch 8.2.1465: Vim9: subscript not handled properlyv8.2.1465Bram Moolenaar2020-08-161-4/+5
* patch 8.2.1460: error messages are spread outv8.2.1460Bram Moolenaar2020-08-151-12/+12
* patch 8.2.1459: Vim9: declaring script var in script does not infer the typev8.2.1459Bram Moolenaar2020-08-151-0/+8
* patch 8.2.1450: Vim9: no check that script-local items don't become globalv8.2.1450Bram Moolenaar2020-08-141-0/+36
* patch 8.2.1445: Vim9: function expanded name is cleared when sourcing againv8.2.1445Bram Moolenaar2020-08-141-0/+23
* patch 8.2.1437: Vim9: 'statusline' is evaluated using Vim9 script syntaxv8.2.1437Bram Moolenaar2020-08-121-0/+14
* patch 8.2.1428: Vim9: :def function does not abort on nested function errorv8.2.1428Bram Moolenaar2020-08-121-0/+18
* patch 8.2.1404: Vim9: script test fails in the GUIv8.2.1404Bram Moolenaar2020-08-091-6/+13
* patch 8.2.1403: Vim9: Vim highlighting may fail in cmdline windowv8.2.1403Bram Moolenaar2020-08-091-0/+31
* patch 8.2.1400: Vim9: test does not delete written filesv8.2.1400Bram Moolenaar2020-08-091-7/+7
* patch 8.2.1399: Vim9: may find imported item in wrong scriptv8.2.1399Bram Moolenaar2020-08-081-0/+25
* patch 8.2.1395: Vim9: no error if declaring a funcref with lower case letterv8.2.1395Bram Moolenaar2020-08-081-0/+1
* patch 8.2.1394: Vim9: compiling a function interferes with command modifiersv8.2.1394Bram Moolenaar2020-08-081-5/+0
* patch 8.2.1391: Vim9: no error for shadowing a script functionv8.2.1391Bram Moolenaar2020-08-071-0/+12
* patch 8.2.1390: Vim9: type error after storing an option valuev8.2.1390Bram Moolenaar2020-08-071-0/+5
* patch 8.2.1388: Vim9: += only works for numbersv8.2.1388Bram Moolenaar2020-08-071-3/+10
* patch 8.2.1387: Vim9: cannot assign to single letter variable with typev8.2.1387Bram Moolenaar2020-08-071-0/+11
* patch 8.2.1382: Vim9: using :import in filetype plugin gives an errorv8.2.1382Bram Moolenaar2020-08-061-0/+30
* patch 8.2.1376: Vim9: expression mapping causes error for using :importv8.2.1376Bram Moolenaar2020-08-051-0/+30
* patch 8.2.1374: Vim9: error for assigning empty list to script variablev8.2.1374Bram Moolenaar2020-08-051-0/+14
* patch 8.2.1373: Vim9: no error for assigning to non-existing script varv8.2.1373Bram Moolenaar2020-08-051-0/+9
* patch 8.2.1359: Vim9: cannot assign to / register in Vim9 scriptv8.2.1359Bram Moolenaar2020-08-021-0/+17
* patch 8.2.1358: Vim9: test fails with +dnd is not availablev8.2.1358Bram Moolenaar2020-08-021-1/+6
* patch 8.2.1357: Vim9: cannot assign to / registerv8.2.1357Bram Moolenaar2020-08-021-1/+2
* patch 8.2.1355: Vim9: no error using :let for options and registersv8.2.1355Bram Moolenaar2020-08-021-1/+4
* patch 8.2.1350: Vim9: no test for error message when redefining functionv8.2.1350Bram Moolenaar2020-08-011-0/+13
* patch 8.2.1349: Vim9: can define a function with the name of an importv8.2.1349Bram Moolenaar2020-08-011-0/+33
* patch 8.2.1342: Vim9: accidentally using "t" gives a confusing errorv8.2.1342Bram Moolenaar2020-08-011-5/+8
* patch 8.2.1339: Vim9: assigning to global dict variable doesn't workv8.2.1339Bram Moolenaar2020-08-011-0/+24
* patch 8.2.1338: Vim9: assigning to script-local variable doesn't check typev8.2.1338Bram Moolenaar2020-08-011-0/+23
* patch 8.2.1337: Vim9: cannot use empty key in dict assignmentv8.2.1337Bram Moolenaar2020-08-011-8/+4
* patch 8.2.1324: Vim9: line break after "=" does not workv8.2.1324Bram Moolenaar2020-07-291-0/+19
* patch 8.2.1320: Vim9: cannot declare some single letter variablesv8.2.1320Bram Moolenaar2020-07-291-0/+25
* patch 8.2.1314: Vim9: rule for comment after :function is confusingv8.2.1314Bram Moolenaar2020-07-291-2/+6
* patch 8.2.1313: Vim9 script: cannot assign to environment variablev8.2.1313Bram Moolenaar2020-07-281-0/+25
* patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exitv8.2.1308Bram Moolenaar2020-07-281-0/+15
* patch 8.2.1293: Vim9: error when using vim9script in TextYankPostv8.2.1293Bram Moolenaar2020-07-251-0/+30
* patch 8.2.1290: Vim9: cannot replace a global functionv8.2.1290Bram Moolenaar2020-07-251-0/+48
* patch 8.2.1287: Vim9: crash when using an imported functionv8.2.1287Bram Moolenaar2020-07-231-0/+7
* patch 8.2.1286: Vim9: No error when using a type to a window variablev8.2.1286Bram Moolenaar2020-07-231-0/+9
* patch 8.2.1274: Vim9: no error for missing white space at script levelv8.2.1274Bram Moolenaar2020-07-231-0/+9
* patch 8.2.1272: Vim9: type not checked if declaration also assigns valuev8.2.1272Bram Moolenaar2020-07-221-0/+3
* patch 8.2.1268: Vim9: no error for using double quote commentv8.2.1268Bram Moolenaar2020-07-221-0/+29
* patch 8.2.1257: Vim9: list unpack doesn't work at the script levelv8.2.1257Bram Moolenaar2020-07-201-0/+12
* patch 8.2.1246: Vim9: comment after assignment doesn't workv8.2.1246Bram Moolenaar2020-07-191-2/+18
* patch 8.2.1238: Vim9: a few remaining errors not caught by try/catchv8.2.1238Bram Moolenaar2020-07-181-1/+56
* patch 8.2.1236: Vim9: a few errors not caught by try/catchv8.2.1236Bram Moolenaar2020-07-181-7/+71