summaryrefslogtreecommitdiff
path: root/src/testdir/test_vim9_script.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2180: Vim9: test for error after error is flakyv8.2.2180Bram Moolenaar2020-12-211-1/+4
* patch 8.2.2172: Vim9: number of arguments is not always checkedv8.2.2172Bram Moolenaar2020-12-201-2/+2
* patch 8.2.2169: Vim9: test leaves file behindv8.2.2169Bram Moolenaar2020-12-201-1/+2
* patch 8.2.2164: Vim9: autoload function doesn't work in uppercased scriptv8.2.2164Bram Moolenaar2020-12-191-0/+10
* patch 8.2.2162: Vim9: Cannot load or store autoload variablesv8.2.2162Bram Moolenaar2020-12-191-1/+31
* patch 8.2.2144: Vim9: some corner cases not testedv8.2.2144Bram Moolenaar2020-12-141-12/+8
* patch 8.2.2138: Vim9: "exit_cb" causes Vim to exitv8.2.2138Bram Moolenaar2020-12-131-1/+8
* patch 8.2.2137: Vim9: :echo and :execute give error for empty argumentv8.2.2137Bram Moolenaar2020-12-131-5/+6
* patch 8.2.2135: Vim9: #{ still seen as start of dict in some placesv8.2.2135Bram Moolenaar2020-12-121-0/+14
* patch 8.2.2127: Vim9: executing user command from Vim9 script not testedv8.2.2127Bram Moolenaar2020-12-101-0/+21
* patch 8.2.2122: Vim9: crash when sourcing vim9script earlyv8.2.2122Bram Moolenaar2020-12-091-0/+11
* patch 8.2.2099: Vim9: some checks are not testedv8.2.2099Bram Moolenaar2020-12-061-0/+12
* patch 8.2.2092: Vim9: unpredictable errors for script testsv8.2.2092Bram Moolenaar2020-12-051-0/+5
* patch 8.2.2088: Vim9: script test sometimes failsv8.2.2088Bram Moolenaar2020-12-041-0/+1
* patch 8.2.2082: Vim9: can still use the depricated #{} dict syntaxv8.2.2082Bram Moolenaar2020-12-021-20/+20
* patch 8.2.2080: Vim9: no proper error message for using s:var in for loopv8.2.2080Bram Moolenaar2020-12-021-0/+21
* patch 8.2.2079: Vim9: cannot put a linebreak before or after "in" of ":for"v8.2.2079Bram Moolenaar2020-12-021-0/+22
* patch 8.2.2074: Vim9: using :normal from Vim9 script can't handle rangev8.2.2074Bram Moolenaar2020-12-011-0/+13
* patch 8.2.2073: Vim9: for with unpack only works for local variablesv8.2.2073Bram Moolenaar2020-12-011-14/+41
* patch 8.2.2034: Vim9: list unpack in for statement not compiled yetv8.2.2034Bram Moolenaar2020-11-231-0/+38
* patch 8.2.2015: Vim9: literal dict #{} is not like any other languagev8.2.2015Bram Moolenaar2020-11-191-2/+2
* patch 8.2.1953: Vim9: extra "unknown" error after other errorv8.2.1953Bram Moolenaar2020-11-041-0/+22
* patch 8.2.1914: Vim9: cannot put line break in expression for '=' registerv8.2.1914Bram Moolenaar2020-10-281-0/+12
* patch 8.2.1870: Vim9: no need to keep all script variablesv8.2.1870Bram Moolenaar2020-10-201-0/+19
* patch 8.2.1859: Vim9: crash in unpack assignmentv8.2.1859Bram Moolenaar2020-10-171-0/+22
* patch 8.2.1854: Vim9: crash when throwing exception for NULL stringv8.2.1854Bram Moolenaar2020-10-161-0/+15
* patch 8.2.1849: Vim9: garbage collection frees block-local variablesv8.2.1849Bram Moolenaar2020-10-151-9/+25
* patch 8.2.1846: Vim9: block variables are not found in compiled functionv8.2.1846Bram Moolenaar2020-10-151-9/+40
* patch 8.2.1826: Vim9: cannot use a {} block at script levelv8.2.1826Bram Moolenaar2020-10-101-0/+21
* patch 8.2.1824: Vim9: variables at the script level escape their scopev8.2.1824Bram Moolenaar2020-10-101-0/+50
* patch 8.2.1813: Vim9: can assign wrong type to script dictv8.2.1813Bram Moolenaar2020-10-081-0/+9
* patch 8.2.1798: Vim9: trinary operator condition is too permissivev8.2.1798Bram Moolenaar2020-10-041-1/+1
* patch 8.2.1777: Vim9: some assignment tests in the wrong filev8.2.1777Bram Moolenaar2020-09-301-194/+0
* patch 8.2.1766: Vim9: Some tests are still using :letv8.2.1766Bram Moolenaar2020-09-271-3/+0
* patch 8.2.1756: Vim9: :let will soon be disallowedv8.2.1756Bram Moolenaar2020-09-271-205/+213
* patch 8.2.1746: Vim9: cannot use "fina" for "finally"v8.2.1746Bram Moolenaar2020-09-261-2/+2
* patch 8.2.1744: Vim9: using ":const!" is weirdv8.2.1744Bram Moolenaar2020-09-261-14/+20
* patch 8.2.1742: test still fails without the terminal featurev8.2.1742Bram Moolenaar2020-09-251-1/+6
* patch 8.2.1740: test fails without the terminal featurev8.2.1740Bram Moolenaar2020-09-251-0/+2
* patch 8.2.1739: Vim9: crash when compiling a manually defined functionv8.2.1739Bram Moolenaar2020-09-251-2/+23
* patch 8.2.1724: Vim9: assignment tests spread outv8.2.1724Bram Moolenaar2020-09-211-634/+0
* patch 8.2.1720: Vim9: memory leak with heredoc that isn't executedv8.2.1720Bram Moolenaar2020-09-211-0/+8
* patch 8.2.1704: Vim9: crash in for loop when autoload script has an errorv8.2.1704Bram Moolenaar2020-09-171-0/+39
* patch 8.2.1700: Vim9: try/catch causes wrong value to be returnedv8.2.1700Bram Moolenaar2020-09-161-0/+20
* patch 8.2.1697: inconsistent capitalization of error messagesv8.2.1697Bram Moolenaar2020-09-161-1/+1
* patch 8.2.1691: Vim9: list<any> is not accepted where list<number> is expectedv8.2.1691Bram Moolenaar2020-09-161-6/+24
* patch 8.2.1686: Vim9: "const!" not sufficiently testedv8.2.1686Bram Moolenaar2020-09-141-0/+18
* patch 8.2.1685: Vim9: cannot declare a constant valuev8.2.1685Bram Moolenaar2020-09-141-0/+40
* patch 8.2.1682: Vim9: const works in an unexpected wayv8.2.1682Bram Moolenaar2020-09-141-0/+7
* patch 8.2.1681: Vim9: unnessary :call commands in testsv8.2.1681Bram Moolenaar2020-09-141-41/+40