mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
API: deprecate nvim_command_output
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user