aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/fileio.c')
-rw-r--r--src/nvim/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/fileio.c b/src/nvim/fileio.c
index 80f843048a..9e2707ffda 100644
--- a/src/nvim/fileio.c
+++ b/src/nvim/fileio.c
@@ -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);
}