Bram Moolenaar
|
ff80cb6807
|
patch 8.2.0216: several Vim9 instructions are not tested
Problem: Several Vim9 instructions are not tested.
Solution: Add more tests. Fix :disassamble output. Make catch with pattern
work.
|
2020-02-05 22:10:05 +01:00 |
|
Bram Moolenaar
|
bfe1204312
|
patch 8.2.0207: crash when missing member type on list argument
Problem: Crash when missing member type on list argument.
Solution: Check for invalid type. (closes #5572)
|
2020-02-04 21:54:07 +01:00 |
|
Bram Moolenaar
|
26e117e9bc
|
patch 8.2.0206: calling Vim9 function using default argument fails
Problem: Calling Vim9 function using default argument fails.
Solution: Give an appropriate error. (closes #5572)
|
2020-02-04 21:24:15 +01:00 |
|
Bram Moolenaar
|
4e12a5df37
|
patch 8.2.0201: cannot assign to an imported variable
Problem: Cannot assign to an imported variable.
Solution: Make it work.
|
2020-02-03 20:50:59 +01:00 |
|
Bram Moolenaar
|
b283a8a680
|
patch 8.2.0200: Vim9 script commands not sufficiently tested
Problem: Vim9 script commands not sufficiently tested.
Solution: Add more tests. Fix storing global variable. Make script
variables work.
|
2020-02-02 22:24:04 +01:00 |
|
Bram Moolenaar
|
0f18b6d17b
|
patch 8.2.0199: Vim9 script commands not sufficiently tested
Problem: Vim9 script commands not sufficiently tested.
Solution: Add more tests. Fix script-local function use.
|
2020-02-02 17:22:27 +01:00 |
|
Bram Moolenaar
|
a259d8d30b
|
patch 8.2.0185: Vim9 script: cannot use "if has()" to skip lines
Problem: Vim9 script: cannot use "if has()" to skip lines.
Solution: Evaluate constant expression at runtime.
|
2020-01-31 20:10:50 +01:00 |
|
Bram Moolenaar
|
978d170bdc
|
patch 8.2.0151: detecting a script was already sourced is unreliable
Problem: Detecting a script was already sourced is unreliable.
Solution: Do not use the inode number.
|
2020-01-26 17:38:12 +01:00 |
|
Bram Moolenaar
|
673660ab00
|
patch 8.2.0150: cannot define python function when using :execute
Problem: Cannot define python function when using :execute. (Yasuhiro
Matsumoto)
Solution: Do not recognize "def" inside "function.
|
2020-01-26 16:50:05 +01:00 |
|
Bram Moolenaar
|
8a7d6542b3
|
patch 8.2.0149: maintaining a Vim9 branch separately is more work
Problem: Maintaining a Vim9 branch separately is more work.
Solution: Merge the Vim9 script changes.
|
2020-01-26 15:56:19 +01:00 |
|