doc: bracketed-paste-mode

This commit is contained in:
Justin M. Keyes
2017-05-01 14:35:58 +02:00
parent deccd843ed
commit fa1ee0ac73
5 changed files with 5 additions and 15 deletions

View File

@@ -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) {