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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user