Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_vim
/
69f7050cebb0f069d6e39571961b9bbe8531c69a
/
src
/
testdir
/
test_vim9_script.vim
69f7050
patch 8.2.2263: Vim9: compilation error with try-catch in skipped block
by Bram Moolenaar
· 5 years ago
2949cfd
patch 8.2.2257: Vim9: using -> for lambda is ambiguous
by Bram Moolenaar
· 5 years ago
a629495
patch 8.2.2225: Vim9: error when using :import in legacy script twice
by Bram Moolenaar
· 5 years ago
07a65d2
patch 8.2.2224: Vim9: crash if script reloaded with different variable type
by Bram Moolenaar
· 5 years ago
cdc40c4
patch 8.2.2223: Vim9: Reloading marks a :def function as deleted
by Bram Moolenaar
· 5 years ago
2b32700
patch 8.2.2222: Vim9: cannot keep script variables when reloading
by Bram Moolenaar
· 5 years ago
f8103f2
patch 8.2.2214: ":e#" does not give a warning for missing white space
by Bram Moolenaar
· 5 years ago
4aab88d
patch 8.2.2208: Vim9: after reloading a script variable index may be invalid
by Bram Moolenaar
· 5 years ago
6f17a3f
patch 8.2.2180: Vim9: test for error after error is flaky
by Bram Moolenaar
· 5 years ago
5082471
patch 8.2.2172: Vim9: number of arguments is not always checked
by Bram Moolenaar
· 5 years ago
090728a
patch 8.2.2169: Vim9: test leaves file behind
by Bram Moolenaar
· 5 years ago
17f700a
patch 8.2.2164: Vim9: autoload function doesn't work in uppercased script
by Bram Moolenaar
· 5 years ago
03290b8
patch 8.2.2162: Vim9: Cannot load or store autoload variables
by Bram Moolenaar
· 5 years ago
025cb1c
patch 8.2.2144: Vim9: some corner cases not tested
by Bram Moolenaar
· 5 years ago
b5b9480
patch 8.2.2138: Vim9: "exit_cb" causes Vim to exit
by Bram Moolenaar
· 5 years ago
e498429
patch 8.2.2137: Vim9: :echo and :execute give error for empty argument
by Bram Moolenaar
· 5 years ago
93f82cb
patch 8.2.2135: Vim9: #{ still seen as start of dict in some places
by Bram Moolenaar
· 5 years ago
70249ee
patch 8.2.2127: Vim9: executing user command from Vim9 script not tested
by Bram Moolenaar
· 5 years ago
9ec7026
patch 8.2.2122: Vim9: crash when sourcing vim9script early
by Bram Moolenaar
· 5 years ago
918a424
patch 8.2.2099: Vim9: some checks are not tested
by Bram Moolenaar
· 5 years ago
2d870f8
patch 8.2.2092: Vim9: unpredictable errors for script tests
by Bram Moolenaar
· 5 years ago
f6c177a
patch 8.2.2088: Vim9: script test sometimes fails
by Bram Moolenaar
· 5 years ago
e0de171
patch 8.2.2082: Vim9: can still use the depricated #{} dict syntax
by Bram Moolenaar
· 5 years ago
ea87069
patch 8.2.2080: Vim9: no proper error message for using s:var in for loop
by Bram Moolenaar
· 5 years ago
38bd8de
patch 8.2.2079: Vim9: cannot put a linebreak before or after "in" of ":for"
by Bram Moolenaar
· 5 years ago
4324d87
patch 8.2.2074: Vim9: using :normal from Vim9 script can't handle range
by Bram Moolenaar
· 5 years ago
4b8a065
patch 8.2.2073: Vim9: for with unpack only works for local variables
by Bram Moolenaar
· 5 years ago
792f786
patch 8.2.2034: Vim9: list unpack in for statement not compiled yet
by Bram Moolenaar
· 5 years ago
2bede17
patch 8.2.2015: Vim9: literal dict #{} is not like any other language
by Bram Moolenaar
· 5 years ago
631e8f9
patch 8.2.1953: Vim9: extra "unknown" error after other error
by Bram Moolenaar
· 5 years ago
b4bcea4
patch 8.2.1914: Vim9: cannot put line break in expression for '=' register
by Bram Moolenaar
· 5 years ago
39ca412
patch 8.2.1870: Vim9: no need to keep all script variables
by Bram Moolenaar
· 5 years ago
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
Next »