Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dglobals.h1654 EXTERN char e_notcreate[] INIT(= N_("E482: Can't create file %s")); variable
H A Dfilepath.c2302 semsg(_(e_notcreate), *fname == NUL ? (char_u *)_("<empty>") : fname); in f_writefile()
H A Dex_cmds.c1157 (void)semsg(_(e_notcreate), itmp); // will call wait_return in do_filter()
H A Dterminal.c4822 semsg(_(e_notcreate), *fname == NUL ? (char_u *)_("<empty>") : fname); in f_term_dumpwrite()