mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 17:58:18 +00:00
doc: bracketed-paste-mode
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user