forked from aniani/vim
Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
10 lines
278 B
Prolog
10 lines
278 B
Prolog
/* auto/if_perl.c */
|
|
int perl_enabled(int verbose);
|
|
void perl_end(void);
|
|
void msg_split(char_u *s, int attr);
|
|
void perl_win_free(win_T *wp);
|
|
void perl_buf_free(buf_T *bp);
|
|
void ex_perl(exarg_T *eap);
|
|
void do_perleval(char_u *str, typval_T *rettv);
|
|
void ex_perldo(exarg_T *eap);
|