Searched refs:used_typed_char (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dmessage.c2435 int used_typed_char = typed_char; local
2466 if (used_typed_char != NUL)
2468 c = used_typed_char; /* was typed at hit-enter prompt */
2469 used_typed_char = NUL;

Completed in 110 milliseconds