Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgetchar.c47 static int typeahead_char = 0; // typeahead char that's not flushed variable
401 typeahead_char = c; in typeahead_noflush()
2954 if (typeahead_char != 0) in vgetorpeek()
2956 c = typeahead_char; in vgetorpeek()
2958 typeahead_char = 0; in vgetorpeek()