1
0
forked from aniani/vim

patch 8.2.0225: compiling lambda not tested yet

Problem:    compiling lambda not tested yet.
Solution:   Add test for lambda and funcref. Drop unused instruction arg.
This commit is contained in:
Bram Moolenaar
2020-02-06 21:27:08 +01:00
parent 158906cffc
commit 777770fbb0
4 changed files with 52 additions and 10 deletions

View File

@@ -130,7 +130,6 @@ typedef struct {
typedef enum {
JUMP_ALWAYS,
JUMP_IF_TRUE, // pop and jump if true
JUMP_IF_FALSE, // pop and jump if false
JUMP_AND_KEEP_IF_TRUE, // jump if top of stack is true, drop if not
JUMP_AND_KEEP_IF_FALSE, // jump if top of stack is false, drop if not