messages: Update common instances of Vim to Nvim #2031

This commit is contained in:
Michael Reed
2015-02-20 16:54:21 -05:00
parent 6df132f4a4
commit 0f6e25a9e4
40 changed files with 78 additions and 78 deletions

View File

@@ -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);
}