view src/proto/if_perl.pro @ 18271:b506809f5d38 v8.1.2130

patch 8.1.2130: MSVC build fails Commit: https://github.com/vim/vim/commit/073e779640d089445c7289393db94d1ceb4ddb17 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 10 13:39:08 2019 +0200 patch 8.1.2130: MSVC build fails Problem: MSVC build fails. Solution: Add the source file name explicitly.
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Oct 2019 13:45:04 +0200
parents 21b0a39d13ed
children
line wrap: on
line source

/* 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);