Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dautocmd.c1731 return (first_autopat[(int)(get_real_state() == NORMAL_BUSY in has_cursorhold()
1750 if (state == NORMAL_BUSY || (state & INSERT) != 0) in trigger_cursorhold()
H A Dvim.h696 #define NORMAL_BUSY (0x100 + NORMAL) // Normal mode, busy with a command macro
H A Dnormal.c555 State = NORMAL_BUSY; in normal_cmd()
929 State = NORMAL_BUSY; in normal_cmd()
940 State = NORMAL_BUSY; in normal_cmd()
H A Dgui.c3180 case NORMAL_BUSY: in gui_send_mouse_event()
3226 if ((State == NORMAL || State == NORMAL_BUSY || (State & INSERT)) in gui_send_mouse_event()
H A Ddrawscreen.c2906 if (msg_scrolled || (State != NORMAL && State != NORMAL_BUSY) || exiting) in redraw_asap()
H A Dfileio.c4250 if (State > NORMAL_BUSY || (State & CMDLINE) || already_warned) in buf_check_timestamp()