Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterm.c4034 static int showing_mode = -1; in term_cursor_mode() local
4051 if (forced || showing_mode != REPLACE) in term_cursor_mode()
4060 showing_mode = REPLACE; in term_cursor_mode()
4066 if ((forced || showing_mode != INSERT) && *T_CSI != NUL) in term_cursor_mode()
4069 showing_mode = INSERT; in term_cursor_mode()
4072 else if (forced || showing_mode != NORMAL) in term_cursor_mode()
4075 showing_mode = NORMAL; in term_cursor_mode()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt20232 Solution: Initialize showing_mode to invalid value.