From fa1ee0ac73ab0fbbd246783f42e2df2c2d9280d6 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 1 May 2017 14:35:58 +0200 Subject: doc: bracketed-paste-mode --- src/nvim/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/fileio.c b/src/nvim/fileio.c index 3e062aecc0..4063277403 100644 --- a/src/nvim/fileio.c +++ b/src/nvim/fileio.c @@ -4659,7 +4659,7 @@ int vim_rename(const char_u *from, const char_u *to) return -1; } - // Avoid xmalloc() here as vim_rename() is called by buf_write() when neovim + // Avoid xmalloc() here as vim_rename() is called by buf_write() when nvim // is `preserve_exit()`ing. buffer = try_malloc(BUFSIZE); if (buffer == NULL) { -- cgit