Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalvars.c2508 else if (eap->force_bin == FORCE_NOBIN) in set_cmdarg()
2529 else if (eap->force_bin == FORCE_NOBIN) in set_cmdarg()
H A Dterminal.c4243 ea.force_bin = FORCE_NOBIN; in handle_drop_command()
4245 ea.force_bin = FORCE_NOBIN; in handle_drop_command()
H A Dex_cmds.h1939 #define FORCE_NOBIN 2 // ":edit ++nobin file" macro
H A Dfileio.c2717 eap->force_bin = buf->b_p_bin ? FORCE_BIN : FORCE_NOBIN; in prep_exarg()
H A Dex_docmd.c5178 eap->force_bin = FORCE_NOBIN; in getargopt()