Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_vim
/
006ad48b8a15c3bace741d8caaf3195e592fbe78
/
src
/
testdir
/
test_vim9_script.vim
006ad48
patch 8.2.1098: Vim9: cannot use line break in :throw argument
by Bram Moolenaar
· 6 years ago
df069ee
patch 8.2.1042: Vim9: cannot put an operator on the next line
by Bram Moolenaar
· 6 years ago
e55b1c0
patch 8.2.1028: Vim9: no error for declaring buffer, window, etc. variable
by Bram Moolenaar
· 6 years ago
6797966
patch 8.2.1024: Vim9: no error for using "let g:var = val"
by Bram Moolenaar
· 6 years ago
3b74b6b
patch 8.2.1012: Vim9: cannot declare single character script variables
by Bram Moolenaar
· 6 years ago
c785b9a
patch 8.2.1011: Vim9: some code not tested
by Bram Moolenaar
· 6 years ago
c5b1c20
patch 8.2.1009: Vim9: some failures not checked for
by Bram Moolenaar
· 6 years ago
72abcf4
patch 8.2.1001: Vim9: crash with nested "if" and assignment
by Bram Moolenaar
· 6 years ago
9bb3eb3
patch 8.2.0994: Vim9: missing function causes compilation error
by Bram Moolenaar
· 6 years ago
f7d267e
patch 8.2.0993: Vim9 script test fails with normal features
by Bram Moolenaar
· 6 years ago
101f481
patch 8.2.0992: Vim9: crash when using :import in the Vim command
by Bram Moolenaar
· 6 years ago
9af7876
patch 8.2.0987: Vim9: cannot assign to [var; var]
by Bram Moolenaar
· 6 years ago
47a519a
patch 8.2.0981: Vim9: cannot compile "[var, var] = list"
by Bram Moolenaar
· 6 years ago
984dddb
patch 8.2.0975: Vim9: script variable does not accept optional s: prefix
by Bram Moolenaar
· 6 years ago
34db91f
patch 8.2.0973: Vim9: type is not checked when assigning to a script variable
by Bram Moolenaar
· 6 years ago
c82a5b5
patch 8.2.0972: Vim9 script variable declarations need a type
by Bram Moolenaar
· 6 years ago
9721fb4
patch 8.2.0960: cannot use :import in legacy Vim script
by Bram Moolenaar
· 6 years ago
25e0f58
patch 8.2.0823: Vim9: script reload test is disabled
by Bram Moolenaar
· 6 years ago
822ba24
patch 8.2.0818: Vim9: using a discovery phase doesn't work well
by Bram Moolenaar
· 6 years ago
74fae51
patch 8.2.0806: using "func!" after vim9script gives confusing error
by Bram Moolenaar
· 6 years ago
8437008
patch 8.2.0790: Vim9: list index not well tested
by Bram Moolenaar
· 6 years ago
df671b4
patch 8.2.0772: Vim9: some variable initializations not tested
by Bram Moolenaar
· 6 years ago
a6e67e4
patch 8.2.0764: Vim9: assigning to option not fully tested
by Bram Moolenaar
· 6 years ago
227a69d
patch 8.2.0755: Vim9: No error when variable initializer is not a constant
by Bram Moolenaar
· 6 years ago
a5d0077
patch 8.2.0754: Vim9: No test for forward declaration
by Bram Moolenaar
· 6 years ago
32e3511
patch 8.2.0753: Vim9: expressions are evaluated in the discovery phase
by Bram Moolenaar
· 6 years ago
7e5bd91
patch 8.2.0731: Vim9: parsing declarations continues after :finish
by Bram Moolenaar
· 6 years ago
1cc2a94
patch 8.2.0730: Vim9: Assignment to dict member does not work
by Bram Moolenaar
· 6 years ago
89483d4
patch 8.2.0729: Vim9: When reloading a script variables are not cleared
by Bram Moolenaar
· 6 years ago
396f313
patch 8.2.0724: Vim9: appending to buffer/window/tab variable not tested
by Bram Moolenaar
· 6 years ago
8a1c101
patch 8.2.0706: Vim9: using assert_fails() causes function to finish
by Bram Moolenaar
· 6 years ago
2a1381c
patch 8.2.0701: Vim9 test fails without job feature
by Bram Moolenaar
· 6 years ago
40ee466
patch 8.2.0700: Vim9: converting error message to exception not tested
by Bram Moolenaar
· 6 years ago
a0a9f43
patch 8.2.0657: Vim9: no check if called variable is a FuncRef
by Bram Moolenaar
· 6 years ago
03afdcf
patch 8.2.0653: using uninitialized pointer
by Bram Moolenaar
· 6 years ago
4c17ad9
patch 8.2.0650: Vim9: script function can be deleted
by Bram Moolenaar
· 6 years ago
cfe435d
patch 8.2.0640: Vim9: expanding does not work
by Bram Moolenaar
· 6 years ago
f93c7fe
patch 8.2.0626: Vim9: wrong syntax of function in Vim9 script
by Bram Moolenaar
· 6 years ago
a72cfb8
patch 8.2.0624: Vim9: no check for space before #comment
by Bram Moolenaar
· 6 years ago
1966c24
patch 8.2.0613: Vim9: no check for space before #comment
by Bram Moolenaar
· 6 years ago
2c5ed4e
patch 8.2.0612: Vim9: no check for space before #comment
by Bram Moolenaar
· 6 years ago
faac410
patch 8.2.0611: Vim9: no check for space before #comment
by Bram Moolenaar
· 6 years ago
7bdaea6
patch 8.2.0605: Vim9: cannot unlet an environment variable
by Bram Moolenaar
· 6 years ago
d72c1bf
patch 8.2.0601: Vim9: :unlet is not compiled
by Bram Moolenaar
· 6 years ago
d3aac29
patch 8.2.0600: Vim9: cannot read or write w:, t: and b: variables
by Bram Moolenaar
· 6 years ago
a26b970
patch 8.2.0595: Vim9: not all commands using ends_excmd() tested
by Bram Moolenaar
· 6 years ago
4a8d9f2
patch 8.2.0586: Vim9: # comment not sufficiently tested
by Bram Moolenaar
· 6 years ago
7a09224
patch 8.2.0585: Vim9: # comment not recognized after :vim9script
by Bram Moolenaar
· 6 years ago
cb711ab
patch 8.2.0583: Vim9: # comment not recognized in :def function
by Bram Moolenaar
· 6 years ago
6e94978
patch 8.2.0570: Vim9: no error when omitting type from argument
by Bram Moolenaar
· 6 years ago
2c33043
patch 8.2.0567: Vim9: cannot put comments halfway expressions
by Bram Moolenaar
· 6 years ago
675f716
patch 8.2.0565: Vim9: tests contain superfluous line continuation
by Bram Moolenaar
· 6 years ago
e6085c5
patch 8.2.0561: Vim9: cannot split function call in multiple lines
by Bram Moolenaar
· 6 years ago
4fdae99
patch 8.2.0555: Vim9: line continuation is not always needed
by Bram Moolenaar
· 6 years ago
cab2767
patch 8.2.0537: Vim9: no check for sandbox when setting v:var
by Bram Moolenaar
· 6 years ago
ee4e0c1
patch 8.2.0522: several errors are not tested for
by Bram Moolenaar
· 6 years ago
5deeb3f
patch 8.2.0512: Vim9: no optional arguments in func type
by Bram Moolenaar
· 6 years ago
d77a852
patch 8.2.0508: Vim9: func and partial types not done yet
by Bram Moolenaar
· 6 years ago
585fea7
patch 8.2.0503: Vim9: some code is not tested
by Bram Moolenaar
· 6 years ago
e8c4abb
patch 8.2.0502: Vim9: some code is not tested
by Bram Moolenaar
· 6 years ago
2c869de
patch 8.2.0501: Vim9: script test fails when channel feature is missing
by Bram Moolenaar
· 6 years ago
80c34ca
patch 8.2.0495: Vim9: some code not tested
by Bram Moolenaar
· 6 years ago
e69f6d0
patch 8.2.0493: Vim9: some error messages not tested
by Bram Moolenaar
· 6 years ago
a8c1770
patch 8.2.0492: Vim9: some error messages not tested
by Bram Moolenaar
· 6 years ago
bd5da37
patch 8.2.0487: Vim9: compiling not sufficiently tested
by Bram Moolenaar
· 6 years ago
9be61bb
patch 8.2.0486: Vim9: some code and error messages not tested
by Bram Moolenaar
· 6 years ago
33fa29c
patch 8.2.0467: Vim9: some errors are not tested
by Bram Moolenaar
· 6 years ago
599c89c
patch 8.2.0465: Vim9: dead code and wrong return type
by Bram Moolenaar
· 6 years ago
7d941ee
patch 8.2.0450: not enough testing for restricted mode and function calls
by Bram Moolenaar
· 6 years ago
cf3f8bf
patch 8.2.0449: Vim9: crash if return type is invalid
by Bram Moolenaar
· 6 years ago
97acfc7
patch 8.2.0424: checking for wrong return value
by Bram Moolenaar
· 6 years ago
9645e2d
patch 8.2.0421: interrupting with CTRL-C does not always work
by Bram Moolenaar
· 6 years ago
f1ec378
patch 8.2.0420: Vim9: cannot interrupt a loop with CTRL-C
by Bram Moolenaar
· 6 years ago
20431c9
patch 8.2.0419: various memory leaks in Vim9 script code
by Bram Moolenaar
· 6 years ago
5269bd2
patch 8.2.0368: Vim9: import that redefines local variable does not fail
by Bram Moolenaar
· 6 years ago
d0df1aa
patch 8.2.0353: Vim9: while loop not tested
by Bram Moolenaar
· 6 years ago
6d69bf6
patch 8.2.0349: Vim9: constant expression not well tested
by Bram Moolenaar
· 6 years ago
5381c7a
patch 8.2.0348: Vim9: not all code tested
by Bram Moolenaar
· 6 years ago
61a6d4e
patch 8.2.0346: Vim9: finding common list type not tested
by Bram Moolenaar
· 6 years ago
f51cb4e
patch 8.2.0343: Vim9: using wrong instruction, limited test coverage
by Bram Moolenaar
· 6 years ago
41fe061
patch 8.2.0341: using ":for" in Vim9 script gives an error
by Bram Moolenaar
· 6 years ago
087d2e1
patch 8.2.0340: Vim9: function and partial types not tested
by Bram Moolenaar
· 6 years ago
fbdd08e
patch 8.2.0339: Vim9: function return type may depend on arguments
by Bram Moolenaar
· 6 years ago
42a480b
patch 8.2.0336: Vim9: insufficient test coverage for compiling
by Bram Moolenaar
· 6 years ago
7eeefd4
patch 8.2.0323: Vim9: calling a function that is defined later is slow
by Bram Moolenaar
· 6 years ago
b35efa5
patch 8.2.0322: Vim9: error checks not tested
by Bram Moolenaar
· 6 years ago
ad39c09
patch 8.2.0321: Vim9: ":execute" does not work yet
by Bram Moolenaar
· 6 years ago
0c2ca58
patch 8.2.0318: Vim9: types not sufficiently tested
by Bram Moolenaar
· 6 years ago
fa29c8a
patch 8.2.0313: Vim9: insufficient script tests
by Bram Moolenaar
· 6 years ago
f2d5c24
patch 8.2.0312: Vim9: insufficient script tests
by Bram Moolenaar
· 6 years ago
750802b
patch 8.2.0311: Vim9: insufficient script tests
by Bram Moolenaar
· 6 years ago
83f37b9
patch 8.2.0306: Vim9: :substitute(pat(repl does not work in Vim9 script
by Bram Moolenaar
· 6 years ago
0c6ceaf
patch 8.2.0298: Vim9 script: cannot start command with a string constant
by Bram Moolenaar
· 6 years ago
5b1c8fe
patch 8.2.0294: cannot use Ex command that is also a function name
by Bram Moolenaar
· 6 years ago
09f28f4
patch 8.2.0292: Vim9: CHECKNR and CHECKTYPE instructions not tested
by Bram Moolenaar
· 6 years ago
436472f
patch 8.2.0291: Vim9: assigning [] to list<string> doesn't work
by Bram Moolenaar
· 6 years ago
f575adf
patch 8.2.0287: Vim9: return in try block not tested; catch not tested
by Bram Moolenaar
· 6 years ago
0bbf722
patch 8.2.0285: unused error message; cannot create s:var
by Bram Moolenaar
· 6 years ago
fd1823e
patch 8.2.0283: Vim9: failing to load script var not tested
by Bram Moolenaar
· 6 years ago
401d9ff
patch 8.2.0282: Vim9: setting number option not tested
by Bram Moolenaar
· 6 years ago
Next »