mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
Remove OOM checks: alloc_typebuf()
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user