Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h140 ISN_STRINDEX, // [expr] string index enumerator
H A Dvim9execute.c3940 case ISN_STRINDEX: in exec_instructions()
5657 case ISN_STRINDEX: smsg("%s%4d STRINDEX", pfx, current); break; in list_instructions()
H A Dvim9compile.c2947 : generate_instr_drop(cctx, ISN_STRINDEX, 1)) == FAIL) in compile_member()
10589 case ISN_STRINDEX: in delete_instr()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt48765 Solution: Add ISN_STRINDEX instruction. (closes #6478)