forked from aniani/vim
patch 8.2.0229: compare instructions not tested
Problem: Compare instructions not tested. Solution: Add test cases. Fix disassemble with line continuation.
This commit is contained in:
@@ -2342,7 +2342,7 @@ compile_subscript(
|
||||
emsg(_(e_missbrac));
|
||||
return FAIL;
|
||||
}
|
||||
*arg = skipwhite(*arg + 1);
|
||||
*arg = *arg + 1;
|
||||
|
||||
if (generate_instr_drop(cctx, ISN_INDEX, 1) == FAIL)
|
||||
return FAIL;
|
||||
|
Reference in New Issue
Block a user