Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_vim
/
352134bbfbff4831a3f6a3383d9e2d8660016243
/
src
/
testdir
/
test_vim9_script.vim
352134b
patch 8.2.1859: Vim9: crash in unpack assignment
by Bram Moolenaar
· 5 years ago
1e021e6
patch 8.2.1854: Vim9: crash when throwing exception for NULL string
by Bram Moolenaar
· 5 years ago
ed234f2
patch 8.2.1849: Vim9: garbage collection frees block-local variables
by Bram Moolenaar
· 5 years ago
fbbcd00
patch 8.2.1846: Vim9: block variables are not found in compiled function
by Bram Moolenaar
· 5 years ago
9becdf2
patch 8.2.1826: Vim9: cannot use a {} block at script level
by Bram Moolenaar
· 5 years ago
fcdc5d8
patch 8.2.1824: Vim9: variables at the script level escape their scope
by Bram Moolenaar
· 5 years ago
10c6586
patch 8.2.1813: Vim9: can assign wrong type to script dict
by Bram Moolenaar
· 5 years ago
1310660
patch 8.2.1798: Vim9: trinary operator condition is too permissive
by Bram Moolenaar
· 6 years ago
55759b5
patch 8.2.1777: Vim9: some assignment tests in the wrong file
by Bram Moolenaar
· 6 years ago
7a9cbca
patch 8.2.1766: Vim9: Some tests are still using :let
by Bram Moolenaar
· 6 years ago
cfcd011
patch 8.2.1756: Vim9: :let will soon be disallowed
by Bram Moolenaar
· 6 years ago
373863e
patch 8.2.1746: Vim9: cannot use "fina" for "finally"
by Bram Moolenaar
· 6 years ago
30fd820
patch 8.2.1744: Vim9: using ":const!" is weird
by Bram Moolenaar
· 6 years ago
7e9210e
patch 8.2.1742: test still fails without the terminal feature
by Bram Moolenaar
· 6 years ago
58dbef3
patch 8.2.1740: test fails without the terminal feature
by Bram Moolenaar
· 6 years ago
9c4f552
patch 8.2.1739: Vim9: crash when compiling a manually defined function
by Bram Moolenaar
· 6 years ago
971caf5
patch 8.2.1724: Vim9: assignment tests spread out
by Bram Moolenaar
· 6 years ago
078269b
patch 8.2.1720: Vim9: memory leak with heredoc that isn't executed
by Bram Moolenaar
· 6 years ago
77e5dcc
patch 8.2.1704: Vim9: crash in for loop when autoload script has an error
by Bram Moolenaar
· 6 years ago
9939f57
patch 8.2.1700: Vim9: try/catch causes wrong value to be returned
by Bram Moolenaar
· 6 years ago
7707228
patch 8.2.1697: inconsistent capitalization of error messages
by Bram Moolenaar
· 6 years ago
5e65423
patch 8.2.1691: Vim9: list<any> is not accepted where list<number> is expected
by Bram Moolenaar
· 6 years ago
71abe48
patch 8.2.1686: Vim9: "const!" not sufficiently tested
by Bram Moolenaar
· 6 years ago
0b4c66c
patch 8.2.1685: Vim9: cannot declare a constant value
by Bram Moolenaar
· 6 years ago
dbeecb2
patch 8.2.1682: Vim9: const works in an unexpected way
by Bram Moolenaar
· 6 years ago
0805222
patch 8.2.1681: Vim9: unnessary :call commands in tests
by Bram Moolenaar
· 6 years ago
f0afd9e
patch 8.2.1674: Vim9: internal error when using variable that was not set
by Bram Moolenaar
· 6 years ago
c1ec042
patch 8.2.1650: Vim9: result of && and || expression is not bool in script
by Bram Moolenaar
· 6 years ago
4ed124c
patch 8.2.1647: Vim9: result of expression with && and || is not a bool
by Bram Moolenaar
· 6 years ago
ba7c0d7
patch 8.2.1644: Vim9: cannot assign 1 and 0 to bool at script level
by Bram Moolenaar
· 6 years ago
29a86ff
patch 8.2.1641: Vim9: cannot use 0 or 1 where a bool is expected
by Bram Moolenaar
· 6 years ago
44d6652
patch 8.2.1632: not checking the context of test_fails()
by Bram Moolenaar
· 6 years ago
d2c6170
patch 8.2.1623: Vim9: using :call where it is not needed
by Bram Moolenaar
· 6 years ago
e2e4075
patch 8.2.1593: tests do not check the error number properly
by Bram Moolenaar
· 6 years ago
25859dd
patch 8.2.1543: Vim9: test with invalid SID is skipped in the GUI
by Bram Moolenaar
· 6 years ago
a563984
patch 8.2.1542: Vim9: test with invalid SID does not work in the GUI
by Bram Moolenaar
· 6 years ago
95006e3
patch 8.2.1541: Vim9: cannot find function reference for s:Func
by Bram Moolenaar
· 6 years ago
e3d4685
patch 8.2.1539: using invalid script ID causes a crash
by Bram Moolenaar
· 6 years ago
3988f64
patch 8.2.1528: Vim9: :endif not found after "if false"
by Bram Moolenaar
· 6 years ago
601e76a
patch 8.2.1527: Vim9: cannot use a function name at script level
by Bram Moolenaar
· 6 years ago
c2af0af
patch 8.2.1519: Vim9: Ex command default range is not set
by Bram Moolenaar
· 6 years ago
2e80095
patch 8.2.1518: Vim9: cannot assign to local option
by Bram Moolenaar
· 6 years ago
430deb1
patch 8.2.1516: Vim9: error for :exe has wrong line number
by Bram Moolenaar
· 6 years ago
8436773
patch 8.2.1515: Vim9: can create s:var in legacy script but cannot unlet
by Bram Moolenaar
· 6 years ago
81e17fb
patch 8.2.1503: Vim9: error for autocmd defined in :def in legacy script
by Bram Moolenaar
· 6 years ago
122616d
patch 8.2.1502: Vim9: can use += with a :let command at script level
by Bram Moolenaar
· 6 years ago
5d72ce6
patch 8.2.1500: Vim9: error when using address without a command
by Bram Moolenaar
· 6 years ago
66250c9
patch 8.2.1491: Vim9: crash when compiling heredoc lines start with comment
by Bram Moolenaar
· 6 years ago
93ad147
patch 8.2.1490: Vim9: using /= with float and number doesn't work
by Bram Moolenaar
· 6 years ago
0aae480
patch 8.2.1469: Vim9: cannot assign string to string option
by Bram Moolenaar
· 6 years ago
e5abf7a
patch 8.2.1467: Vim9: :echomsg doesn't like a dict argument
by Bram Moolenaar
· 6 years ago
cc673e7
patch 8.2.1466: Vim9: cannot index or slice a variable with type "any"
by Bram Moolenaar
· 6 years ago
56acb09
patch 8.2.1465: Vim9: subscript not handled properly
by Bram Moolenaar
· 6 years ago
451c2e3
patch 8.2.1460: error messages are spread out
by Bram Moolenaar
· 6 years ago
53b29e4
patch 8.2.1459: Vim9: declaring script var in script does not infer the type
by Bram Moolenaar
· 6 years ago
7d69970
patch 8.2.1450: Vim9: no check that script-local items don't become global
by Bram Moolenaar
· 6 years ago
c4ce36d
patch 8.2.1445: Vim9: function expanded name is cleared when sourcing again
by Bram Moolenaar
· 6 years ago
c9edd6b
patch 8.2.1437: Vim9: 'statusline' is evaluated using Vim9 script syntax
by Bram Moolenaar
· 6 years ago
ed677f5
patch 8.2.1428: Vim9: :def function does not abort on nested function error
by Bram Moolenaar
· 6 years ago
b3ca982
patch 8.2.1404: Vim9: script test fails in the GUI
by Bram Moolenaar
· 6 years ago
3896a10
patch 8.2.1403: Vim9: Vim highlighting may fail in cmdline window
by Bram Moolenaar
· 6 years ago
730b248
patch 8.2.1400: Vim9: test does not delete written files
by Bram Moolenaar
· 6 years ago
efa9444
patch 8.2.1399: Vim9: may find imported item in wrong script
by Bram Moolenaar
· 6 years ago
98b4f14
patch 8.2.1395: Vim9: no error if declaring a funcref with lower case letter
by Bram Moolenaar
· 6 years ago
2dd0a2c
patch 8.2.1394: Vim9: compiling a function interferes with command modifiers
by Bram Moolenaar
· 6 years ago
fa211f3
patch 8.2.1391: Vim9: no error for shadowing a script function
by Bram Moolenaar
· 6 years ago
1c199f9
patch 8.2.1390: Vim9: type error after storing an option value
by Bram Moolenaar
· 6 years ago
dd29f1b
patch 8.2.1388: Vim9: += only works for numbers
by Bram Moolenaar
· 6 years ago
95dd9f2
patch 8.2.1387: Vim9: cannot assign to single letter variable with type
by Bram Moolenaar
· 6 years ago
8e1986e
patch 8.2.1382: Vim9: using :import in filetype plugin gives an error
by Bram Moolenaar
· 6 years ago
803af68
patch 8.2.1376: Vim9: expression mapping causes error for using :import
by Bram Moolenaar
· 6 years ago
a71e263
patch 8.2.1374: Vim9: error for assigning empty list to script variable
by Bram Moolenaar
· 6 years ago
f9b2b49
patch 8.2.1373: Vim9: no error for assigning to non-existing script var
by Bram Moolenaar
· 6 years ago
8314454
patch 8.2.1359: Vim9: cannot assign to / register in Vim9 script
by Bram Moolenaar
· 6 years ago
434d72c
patch 8.2.1358: Vim9: test fails with +dnd is not available
by Bram Moolenaar
· 6 years ago
6582172
patch 8.2.1357: Vim9: cannot assign to / register
by Bram Moolenaar
· 6 years ago
c2ee44c
patch 8.2.1355: Vim9: no error using :let for options and registers
by Bram Moolenaar
· 6 years ago
b9a2cac
patch 8.2.1350: Vim9: no test for error message when redefining function
by Bram Moolenaar
· 6 years ago
eef2102
patch 8.2.1349: Vim9: can define a function with the name of an import
by Bram Moolenaar
· 6 years ago
f5a4801
patch 8.2.1342: Vim9: accidentally using "t" gives a confusing error
by Bram Moolenaar
· 6 years ago
2caa159
patch 8.2.1339: Vim9: assigning to global dict variable doesn't work
by Bram Moolenaar
· 6 years ago
8e4c8c8
patch 8.2.1338: Vim9: assigning to script-local variable doesn't check type
by Bram Moolenaar
· 6 years ago
5862687
patch 8.2.1337: Vim9: cannot use empty key in dict assignment
by Bram Moolenaar
· 6 years ago
c7e44a7
patch 8.2.1324: Vim9: line break after "=" does not work
by Bram Moolenaar
· 6 years ago
33afa24
patch 8.2.1320: Vim9: cannot declare some single letter variables
by Bram Moolenaar
· 6 years ago
9898107
patch 8.2.1314: Vim9: rule for comment after :function is confusing
by Bram Moolenaar
· 6 years ago
b5ed266
patch 8.2.1313: Vim9 script: cannot assign to environment variable
by Bram Moolenaar
· 6 years ago
ae61649
patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exit
by Bram Moolenaar
· 6 years ago
2d6b20d
patch 8.2.1293: Vim9: error when using vim9script in TextYankPost
by Bram Moolenaar
· 6 years ago
925e9fd
patch 8.2.1290: Vim9: cannot replace a global function
by Bram Moolenaar
· 6 years ago
40f4f7a
patch 8.2.1287: Vim9: crash when using an imported function
by Bram Moolenaar
· 6 years ago
43e969d
patch 8.2.1286: Vim9: No error when using a type to a window variable
by Bram Moolenaar
· 6 years ago
63be3d4
patch 8.2.1274: Vim9: no error for missing white space at script level
by Bram Moolenaar
· 6 years ago
4cdb13c
patch 8.2.1272: Vim9: type not checked if declaration also assigns value
by Bram Moolenaar
· 6 years ago
e7e4838
patch 8.2.1268: Vim9: no error for using double quote comment
by Bram Moolenaar
· 6 years ago
b31be3f
patch 8.2.1257: Vim9: list unpack doesn't work at the script level
by Bram Moolenaar
· 6 years ago
b209750
patch 8.2.1246: Vim9: comment after assignment doesn't work
by Bram Moolenaar
· 6 years ago
d032f34
patch 8.2.1238: Vim9: a few remaining errors not caught by try/catch
by Bram Moolenaar
· 6 years ago
e859312
patch 8.2.1236: Vim9: a few errors not caught by try/catch
by Bram Moolenaar
· 6 years ago
f0b9f43
patch 8.2.1233: Vim9: various errors not caught by try/catch
by Bram Moolenaar
· 6 years ago
Next »