Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_cmds.c2520 int readfile_flags = 0; in do_ecmd() local
2950 readfile_flags = READ_KEEP_UNDO; in do_ecmd()
3035 readfile_flags |= READ_NOWINENTER; in do_ecmd()
3037 if (should_abort(open_buffer(FALSE, eap, readfile_flags))) in do_ecmd()
3040 (void)open_buffer(FALSE, eap, readfile_flags); in do_ecmd()