mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
No OOM error condition in prep_exarg()
This commit is contained in:

committed by
Thiago de Arruda

parent
15d8f702a8
commit
4b6b9117b3
@@ -21,7 +21,7 @@ void filemess(buf_T *buf, char_u *name, char_u *s, int attr);
|
||||
int readfile(char_u *fname, char_u *sfname, linenr_T from,
|
||||
linenr_T lines_to_skip, linenr_T lines_to_read, exarg_T *eap,
|
||||
int flags);
|
||||
int prep_exarg(exarg_T *eap, buf_T *buf);
|
||||
void prep_exarg(exarg_T *eap, buf_T *buf);
|
||||
void set_file_options(int set_options, exarg_T *eap);
|
||||
void set_forced_fenc(exarg_T *eap);
|
||||
int prepare_crypt_read(FILE *fp);
|
||||
|
Reference in New Issue
Block a user