Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dnormal.c493 int need_flushbuf; // need to call out_flush() in normal_cmd() local
610 need_flushbuf = add_to_showcmd(c); in normal_cmd()
657 need_flushbuf |= add_to_showcmd(c); in normal_cmd()
676 need_flushbuf |= add_to_showcmd(c); in normal_cmd()
850 need_flushbuf |= add_to_showcmd(ca.nchar); in normal_cmd()
942 need_flushbuf |= add_to_showcmd(*cp); in normal_cmd()
961 need_flushbuf |= add_to_showcmd(*cp); in normal_cmd()
1048 if (need_flushbuf) in normal_cmd()