Home
last modified time | relevance | path

Searched refs:was_typed (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dex_docmd.pro61 void exec_normal(int was_typed, int use_vpeekc, int may_use_terminal_loop);
/vim-8.2.3635/src/
H A Dex_docmd.c8560 exec_normal(int was_typed, int use_vpeekc, int may_use_terminal_loop UNUSED) in exec_normal() argument
8570 || ((was_typed || !typebuf_typed()) && typebuf.tb_len > 0) in exec_normal()