mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.0343: Vim9: using wrong instruction, limited test coverage
Problem: Vim9: using wrong instruction, limited test coverage. Solution: Use ISN_PUSHJOB. Add a few more tests.
This commit is contained in:
@@ -1915,7 +1915,7 @@ ex_disassemble(exarg_T *eap)
|
||||
tv.v_type = VAR_JOB;
|
||||
tv.vval.v_job = iptr->isn_arg.job;
|
||||
name = tv_get_string(&tv);
|
||||
smsg("%4d PUSHJOB %s", current, name);
|
||||
smsg("%4d PUSHJOB \"%s\"", current, name);
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
|
Reference in New Issue
Block a user