Mercurial > vim
view src/proto/if_mzsch.pro @ 11167:260100346566 v8.0.0470
patch 8.0.0470: not enough testing for help commands
commit https://github.com/vim/vim/commit/751ba616d1c47de2c273b269df06c36a7ed141a2
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Mar 16 22:26:44 2017 +0100
patch 8.0.0470: not enough testing for help commands
Problem: Not enough testing for help commands.
Solution: Add a few more help tests. (Dominique Pelle, closes https://github.com/vim/vim/issues/1565)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 16 Mar 2017 22:30:04 +0100 |
parents | 4cb5ab124239 |
children | ca6bc7c04163 |
line wrap: on
line source
/* if_mzsch.c */ int mzscheme_enabled(int verbose); void mzvim_check_threads(void); void mzvim_reset_timer(void); void mzscheme_end(void); int mzscheme_main(void); void mzscheme_buffer_free(buf_T *buf); void mzscheme_window_free(win_T *win); void ex_mzscheme(exarg_T *eap); void ex_mzfile(exarg_T *eap); void do_mzeval(char_u *str, typval_T *rettv); void raise_vim_exn(const char *add_info); void raise_if_error(void); buf_T *get_valid_buffer(void *obj); win_T *get_valid_window(void *obj); int mzthreads_allowed(void); /* vim: set ft=c : */