Home
last modified time | relevance | path

Searched refs:ISN_EXECUTE (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9.h20 ISN_EXECUTE, // :execute with isn_arg.number items on top of stack enumerator
H A Dvim9execute.c1970 case ISN_EXECUTE: in exec_instructions()
1987 if (iptr->isn_type == ISN_EXECUTE) in exec_instructions()
2024 if (iptr->isn_type == ISN_EXECUTE) in exec_instructions()
5114 case ISN_EXECUTE: in list_instructions()
H A Dvim9compile.c9000 generate_MULT_EXPR(cctx, ISN_EXECUTE, count); in compile_mult_expr()
10541 case ISN_EXECUTE: in delete_instr()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt43116 Solution: Add ISN_EXECUTE. (closes #5699) Also make :echo work with more