Mercurial > vim
view src/proto/if_perl.pro @ 19746:1da2fb80b512 v8.2.0429
patch 8.2.0429: no warning when test checks for option that never exists
Commit: https://github.com/vim/vim/commit/c5a8fdc42dbd304598b2d73db754c7b97665b182
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Mar 22 20:13:39 2020 +0100
patch 8.2.0429: no warning when test checks for option that never exists
Problem: No warning when test checks for option that never exists.
Solution: In tests check that the option can exist.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 22 Mar 2020 20:15:04 +0100 |
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);