No OOM error condition in prep_exarg()

This commit is contained in:
Felipe Oliveira Carvalho
2014-04-19 01:56:26 -03:00
committed by Thiago de Arruda
parent 15d8f702a8
commit 4b6b9117b3
3 changed files with 109 additions and 118 deletions

View File

@@ -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);