aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.c
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-02-20 16:54:21 -0500
committerMichael Reed <m.reed@mykolab.com>2015-04-08 23:05:39 -0400
commit0f6e25a9e4b1bdc9114d2acd5ceee1520b76e7aa (patch)
tree40caaabed5c7a10750a1ffb22f07c97cad2b1c9f /src/nvim/fileio.c
parent6df132f4a40d84cce57db85c831384bfdcb2ab3e (diff)
downloadrneovim-0f6e25a9e4b1bdc9114d2acd5ceee1520b76e7aa.tar.gz
rneovim-0f6e25a9e4b1bdc9114d2acd5ceee1520b76e7aa.tar.bz2
rneovim-0f6e25a9e4b1bdc9114d2acd5ceee1520b76e7aa.zip
messages: Update common instances of Vim to Nvim #2031
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);
}