Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dmain.c1231 exmode_active = EXMODE_NORMAL; in main_loop()
1912 exmode_active = EXMODE_NORMAL; in parse_command_name()
2116 exmode_active = EXMODE_NORMAL; in command_line_scan()
H A Dvim.h807 #define EXMODE_NORMAL 1 macro
H A Dmisc1.c702 else if (exmode_active == EXMODE_NORMAL) in f_mode()
H A Dgetchar.c3240 exmode_active = EXMODE_NORMAL; in vgetorpeek()
H A Dmessage.c1441 if (exmode_active != EXMODE_NORMAL) in msg_start()
H A Dex_docmd.c486 exmode_active = EXMODE_NORMAL; in do_exmode()