Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dusercmd.c1385 {CMOD_HIDE, "hide"}, in produce_cmdmods()
H A Dstructs.h650 #define CMOD_HIDE 0x0020 // ":hide" macro
H A Dbuffer.c5692 return (p_hid || (cmdmod.cmod_flags & CMOD_HIDE)); in buf_hide()
H A Dquickfix.c6246 else if ((cmdmod.cmod_flags & CMOD_HIDE) == 0 in vgr_process_files()
H A Dex_docmd.c2954 cmod->cmod_flags |= CMOD_HIDE; in parse_command_modifiers()