mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
docs: misc (#29719)
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com> Co-authored-by: Lauri Heiskanen <lauri.heiskanen@nimble.fi> Co-authored-by: Piotr Doroszewski <5605596+Doroszewski@users.noreply.github.com> Co-authored-by: Tobiasz Laskowski <tobil4sk@outlook.com> Co-authored-by: ariel-lindemann <41641978+ariel-lindemann@users.noreply.github.com> Co-authored-by: glepnir <glephunter@gmail.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -199,7 +199,7 @@ void *xmallocz(size_t size)
|
||||
{
|
||||
size_t total_size = size + 1;
|
||||
if (total_size < size) {
|
||||
preserve_exit(_("Vim: Data too large to fit into virtual memory space\n"));
|
||||
preserve_exit(_("Nvim: Data too large to fit into virtual memory space\n"));
|
||||
}
|
||||
|
||||
void *ret = xmalloc(total_size);
|
||||
|
Reference in New Issue
Block a user