Remove OOM checks: alloc_typebuf()

This commit is contained in:
Felipe Oliveira Carvalho
2014-05-10 01:09:33 -03:00
parent 27f5f7b1e8
commit 39a272c4db
3 changed files with 6 additions and 12 deletions

View File

@@ -7380,6 +7380,7 @@ static void ex_normal(exarg_T *eap)
* ends with half a command.
*/
save_typeahead(&tabuf);
// TODO(philix): after save_typeahead() this is always TRUE
if (tabuf.typebuf_valid) {
/*
* Repeat the :normal command for each line in the range. When no