mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
messages: Update common instances of Vim to Nvim #2031
This commit is contained in:
@@ -724,7 +724,7 @@ readfile (
|
||||
* always using the GUI.
|
||||
*/
|
||||
if (read_stdin) {
|
||||
mch_msg(_("Vim: Reading from stdin...\n"));
|
||||
mch_msg(_("Nvim: Reading from stdin...\n"));
|
||||
} else if (!read_buffer)
|
||||
filemess(curbuf, sfname, (char_u *)"", 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user