1
0
forked from aniani/vim
Files
vim/src/proto/if_perl.pro

10 lines
350 B
Prolog
Raw Normal View History

2004-06-13 20:20:40 +00:00
/* auto/if_perl.c */
2007-05-05 18:24:42 +00:00
int perl_enabled __ARGS((int verbose));
void perl_end __ARGS((void));
void msg_split __ARGS((char_u *s, int attr));
void perl_win_free __ARGS((win_T *wp));
void perl_buf_free __ARGS((buf_T *bp));
void ex_perl __ARGS((exarg_T *eap));
void ex_perldo __ARGS((exarg_T *eap));
void do_perleval __ARGS((char_u *str, typval_T *rettv));