Remove OOM checks: save_typebuf()

This commit is contained in:
Felipe Oliveira Carvalho
2014-05-10 01:11:34 -03:00
parent 39a272c4db
commit a2f6a53b68
3 changed files with 4 additions and 7 deletions

View File

@@ -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}" */