mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
Remove OOM checks: save_typebuf()
This commit is contained in:
@@ -33,7 +33,7 @@ int typebuf_maplen(void);
|
||||
void del_typebuf(int len, int offset);
|
||||
void alloc_typebuf(void);
|
||||
void free_typebuf(void);
|
||||
int save_typebuf(void);
|
||||
void save_typebuf(void);
|
||||
void save_typeahead(tasave_T *tp);
|
||||
void restore_typeahead(tasave_T *tp);
|
||||
void openscript(char_u *name, int directly);
|
||||
|
Reference in New Issue
Block a user