mirror of
https://github.com/neovim/neovim.git
synced 2025-11-27 20:50:39 +00:00
Remove OOM checks: save_typebuf()
This commit is contained in:
@@ -1365,8 +1365,7 @@ scripterror:
|
||||
mch_errmsg("\"\n");
|
||||
mch_exit(2);
|
||||
}
|
||||
if (save_typebuf() == FAIL)
|
||||
mch_exit(2); /* out of memory */
|
||||
save_typebuf();
|
||||
break;
|
||||
|
||||
case 't': /* "-t {tag}" */
|
||||
|
||||
Reference in New Issue
Block a user