comparison src/proto/if_mzsch.pro @ 31996:ca6bc7c04163 v9.0.1330

patch 9.0.1330: handling new value of an option has a long "else if" chain Commit: https://github.com/vim/vim/commit/af93691b53f38784efce0b93fe7644c44a7e382e Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Mon Feb 20 12:16:39 2023 +0000 patch 9.0.1330: handling new value of an option has a long "else if" chain Problem: Handling new value of an option has a long "else if" chain. Solution: Use a function pointer. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/12015)
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Feb 2023 13:30:05 +0100
parents 4cb5ab124239
children 274e1b3fbc2a
comparison
equal deleted inserted replaced
31995:95971aa5e525 31996:ca6bc7c04163
1 /* if_mzsch.c */ 1 /* if_mzsch.c */
2 int mzscheme_enabled(int verbose); 2 int mzscheme_enabled(int verbose);
3 void mzvim_check_threads(void); 3 void mzvim_check_threads(void);
4 void mzvim_reset_timer(void); 4 char *did_set_mzquantum(void);
5 void mzscheme_end(void); 5 void mzscheme_end(void);
6 int mzscheme_main(void); 6 int mzscheme_main(void);
7 void mzscheme_buffer_free(buf_T *buf); 7 void mzscheme_buffer_free(buf_T *buf);
8 void mzscheme_window_free(win_T *win); 8 void mzscheme_window_free(win_T *win);
9 void ex_mzscheme(exarg_T *eap); 9 void ex_mzscheme(exarg_T *eap);