summaryrefslogtreecommitdiff
path: root/src/testdir/test_vim9_script.vim
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.1674: Vim9: internal error when using variable that was not setv8.2.1674Bram Moolenaar2020-09-131-0/+8
* patch 8.2.1650: Vim9: result of && and || expression is not bool in scriptv8.2.1650Bram Moolenaar2020-09-091-6/+6
* patch 8.2.1647: Vim9: result of expression with && and || is not a boolv8.2.1647Bram Moolenaar2020-09-091-2/+16
* patch 8.2.1644: Vim9: cannot assign 1 and 0 to bool at script levelv8.2.1644Bram Moolenaar2020-09-091-3/+21
* patch 8.2.1641: Vim9: cannot use 0 or 1 where a bool is expectedv8.2.1641Bram Moolenaar2020-09-091-0/+5
* patch 8.2.1632: not checking the context of test_fails()v8.2.1632Bram Moolenaar2020-09-061-15/+15
* patch 8.2.1623: Vim9: using :call where it is not neededv8.2.1623Bram Moolenaar2020-09-061-155/+155
* patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar2020-09-041-2/+2
* patch 8.2.1543: Vim9: test with invalid SID is skipped in the GUIv8.2.1543Bram Moolenaar2020-08-301-4/+4
* patch 8.2.1542: Vim9: test with invalid SID does not work in the GUIv8.2.1542Bram Moolenaar2020-08-291-0/+3
* patch 8.2.1541: Vim9: cannot find function reference for s:Funcv8.2.1541Bram Moolenaar2020-08-291-0/+7
* patch 8.2.1539: using invalid script ID causes a crashv8.2.1539Bram Moolenaar2020-08-291-0/+9
* patch 8.2.1528: Vim9: :endif not found after "if false"v8.2.1528Bram Moolenaar2020-08-271-0/+8
* patch 8.2.1527: Vim9: cannot use a function name at script levelv8.2.1527Bram Moolenaar2020-08-271-7/+12
* patch 8.2.1519: Vim9: Ex command default range is not setv8.2.1519Bram Moolenaar2020-08-231-0/+12
* patch 8.2.1518: Vim9: cannot assign to local optionv8.2.1518Bram Moolenaar2020-08-231-10/+15
* patch 8.2.1516: Vim9: error for :exe has wrong line numberv8.2.1516Bram Moolenaar2020-08-231-2/+3
* patch 8.2.1515: Vim9: can create s:var in legacy script but cannot unletv8.2.1515Bram Moolenaar2020-08-231-0/+7
* patch 8.2.1503: Vim9: error for autocmd defined in :def in legacy scriptv8.2.1503Bram Moolenaar2020-08-211-0/+17
* patch 8.2.1502: Vim9: can use += with a :let command at script levelv8.2.1502Bram Moolenaar2020-08-211-1/+4
* patch 8.2.1500: Vim9: error when using address without a commandv8.2.1500Bram Moolenaar2020-08-201-0/+7
* patch 8.2.1491: Vim9: crash when compiling heredoc lines start with commentv8.2.1491Bram Moolenaar2020-08-201-0/+11
* patch 8.2.1490: Vim9: using /= with float and number doesn't workv8.2.1490Bram Moolenaar2020-08-191-0/+12
* 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