Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
d77a8525d5438cae49f670eb473ef60d87ca5f54
/
src
/
testdir
/
test_vim9_script.vim
d77a852
patch 8.2.0508: Vim9: func and partial types not done yet
by Bram Moolenaar
· 5 years ago
585fea7
patch 8.2.0503: Vim9: some code is not tested
by Bram Moolenaar
· 5 years ago
e8c4abb
patch 8.2.0502: Vim9: some code is not tested
by Bram Moolenaar
· 5 years ago
2c869de
patch 8.2.0501: Vim9: script test fails when channel feature is missing
by Bram Moolenaar
· 5 years ago
80c34ca
patch 8.2.0495: Vim9: some code not tested
by Bram Moolenaar
· 5 years ago
e69f6d0
patch 8.2.0493: Vim9: some error messages not tested
by Bram Moolenaar
· 5 years ago
a8c1770
patch 8.2.0492: Vim9: some error messages not tested
by Bram Moolenaar
· 5 years ago
bd5da37
patch 8.2.0487: Vim9: compiling not sufficiently tested
by Bram Moolenaar
· 5 years ago
9be61bb
patch 8.2.0486: Vim9: some code and error messages not tested
by Bram Moolenaar
· 5 years ago
33fa29c
patch 8.2.0467: Vim9: some errors are not tested
by Bram Moolenaar
· 5 years ago
599c89c
patch 8.2.0465: Vim9: dead code and wrong return type
by Bram Moolenaar
· 5 years ago
7d941ee
patch 8.2.0450: not enough testing for restricted mode and function calls
by Bram Moolenaar
· 5 years ago
cf3f8bf
patch 8.2.0449: Vim9: crash if return type is invalid
by Bram Moolenaar
· 5 years ago
97acfc7
patch 8.2.0424: checking for wrong return value
by Bram Moolenaar
· 5 years ago
9645e2d
patch 8.2.0421: interrupting with CTRL-C does not always work
by Bram Moolenaar
· 5 years ago
f1ec378
patch 8.2.0420: Vim9: cannot interrupt a loop with CTRL-C
by Bram Moolenaar
· 5 years ago
20431c9
patch 8.2.0419: various memory leaks in Vim9 script code
by Bram Moolenaar
· 5 years ago
5269bd2
patch 8.2.0368: Vim9: import that redefines local variable does not fail
by Bram Moolenaar
· 5 years ago
d0df1aa
patch 8.2.0353: Vim9: while loop not tested
by Bram Moolenaar
· 5 years ago
6d69bf6
patch 8.2.0349: Vim9: constant expression not well tested
by Bram Moolenaar
· 5 years ago
5381c7a
patch 8.2.0348: Vim9: not all code tested
by Bram Moolenaar
· 5 years ago
61a6d4e
patch 8.2.0346: Vim9: finding common list type not tested
by Bram Moolenaar
· 5 years ago
f51cb4e
patch 8.2.0343: Vim9: using wrong instruction, limited test coverage
by Bram Moolenaar
· 5 years ago
41fe061
patch 8.2.0341: using ":for" in Vim9 script gives an error
by Bram Moolenaar
· 5 years ago
087d2e1
patch 8.2.0340: Vim9: function and partial types not tested
by Bram Moolenaar
· 5 years ago
fbdd08e
patch 8.2.0339: Vim9: function return type may depend on arguments
by Bram Moolenaar
· 5 years ago
42a480b
patch 8.2.0336: Vim9: insufficient test coverage for compiling
by Bram Moolenaar
· 5 years ago
7eeefd4
patch 8.2.0323: Vim9: calling a function that is defined later is slow
by Bram Moolenaar
· 5 years ago
b35efa5
patch 8.2.0322: Vim9: error checks not tested
by Bram Moolenaar
· 5 years ago
ad39c09
patch 8.2.0321: Vim9: ":execute" does not work yet
by Bram Moolenaar
· 5 years ago
0c2ca58
patch 8.2.0318: Vim9: types not sufficiently tested
by Bram Moolenaar
· 5 years ago
fa29c8a
patch 8.2.0313: Vim9: insufficient script tests
by Bram Moolenaar
· 5 years ago
f2d5c24
patch 8.2.0312: Vim9: insufficient script tests
by Bram Moolenaar
· 5 years ago
750802b
patch 8.2.0311: Vim9: insufficient script tests
by Bram Moolenaar
· 5 years ago
83f37b9
patch 8.2.0306: Vim9: :substitute(pat(repl does not work in Vim9 script
by Bram Moolenaar
· 5 years ago
0c6ceaf
patch 8.2.0298: Vim9 script: cannot start command with a string constant
by Bram Moolenaar
· 5 years ago
5b1c8fe
patch 8.2.0294: cannot use Ex command that is also a function name
by Bram Moolenaar
· 5 years ago
09f28f4
patch 8.2.0292: Vim9: CHECKNR and CHECKTYPE instructions not tested
by Bram Moolenaar
· 5 years ago
436472f
patch 8.2.0291: Vim9: assigning [] to list<string> doesn't work
by Bram Moolenaar
· 5 years ago
f575adf
patch 8.2.0287: Vim9: return in try block not tested; catch not tested
by Bram Moolenaar
· 5 years ago
0bbf722
patch 8.2.0285: unused error message; cannot create s:var
by Bram Moolenaar
· 5 years ago
fd1823e
patch 8.2.0283: Vim9: failing to load script var not tested
by Bram Moolenaar
· 5 years ago
401d9ff
patch 8.2.0282: Vim9: setting number option not tested
by Bram Moolenaar
· 5 years ago
257cc5e
patch 8.2.0280: Vim9: throw in :def function not caught higher up
by Bram Moolenaar
· 5 years ago
63ce484
patch 8.2.0279: Vim9: no test for deleted :def function
by Bram Moolenaar
· 5 years ago
158906c
patch 8.2.0224: compiling :elseif not tested yet
by Bram Moolenaar
· 6 years ago
5cab73f
patch 8.2.0223: some instructions not yet tested
by Bram Moolenaar
· 6 years ago
170fcfc
patch 8.2.0222: Vim9: optional function arguments don't work yet
by Bram Moolenaar
· 6 years ago
6e587dc
patch 8.2.0221: no test for Vim9 += and ..=
by Bram Moolenaar
· 6 years ago
0de5086
patch 8.2.0218: several Vim9 instructions are not tested
by Bram Moolenaar
· 6 years ago
ff80cb6
patch 8.2.0216: several Vim9 instructions are not tested
by Bram Moolenaar
· 6 years ago
bfe1204
patch 8.2.0207: crash when missing member type on list argument
by Bram Moolenaar
· 6 years ago
26e117e
patch 8.2.0206: calling Vim9 function using default argument fails
by Bram Moolenaar
· 6 years ago
4e12a5d
patch 8.2.0201: cannot assign to an imported variable
by Bram Moolenaar
· 6 years ago
b283a8a
patch 8.2.0200: Vim9 script commands not sufficiently tested
by Bram Moolenaar
· 6 years ago
0f18b6d
patch 8.2.0199: Vim9 script commands not sufficiently tested
by Bram Moolenaar
· 6 years ago
a259d8d
patch 8.2.0185: Vim9 script: cannot use "if has()" to skip lines
by Bram Moolenaar
· 6 years ago
978d170
patch 8.2.0151: detecting a script was already sourced is unreliable
by Bram Moolenaar
· 6 years ago
673660a
patch 8.2.0150: cannot define python function when using :execute
by Bram Moolenaar
· 6 years ago
8a7d654
patch 8.2.0149: maintaining a Vim9 branch separately is more work
by Bram Moolenaar
· 6 years ago