diff options
Diffstat (limited to 'src/nvim/ex_cmds2.c')
-rw-r--r-- | src/nvim/ex_cmds2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_cmds2.c b/src/nvim/ex_cmds2.c index 8479c15b40..496aecfb27 100644 --- a/src/nvim/ex_cmds2.c +++ b/src/nvim/ex_cmds2.c @@ -3428,7 +3428,7 @@ char_u *get_scriptname(LastSet last_set, bool *should_free) last_set.channel_id); return IObuff; case SID_STR: - return (char_u *)_(":source (no file)"); + return (char_u *)_("anonymous :source"); default: *should_free = true; return home_replace_save(NULL, |