Mercurial > vim
view src/proto/if_perl.pro @ 10084:3e410e6e1986 v7.4.2313
commit https://github.com/vim/vim/commit/b62cc36a600e2e1e5a1d1d484fef89898c847c4c
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Sep 3 16:43:53 2016 +0200
patch 7.4.2313
Problem: Crash when deleting an augroup and listing an autocommand.
(Dominique Pelle)
Solution: Make sure deleted_augroup is valid.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 03 Sep 2016 16:45:06 +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);