comparison src/proto/scriptfile.pro @ 20536:8fa783f2c69c v8.2.0822

patch 8.2.0822: Vim9: code left over from discovery phase Commit: https://github.com/vim/vim/commit/2eec37926db6d31beb36f162ac00357a30c093c8 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 25 20:33:55 2020 +0200 patch 8.2.0822: Vim9: code left over from discovery phase Problem: Vim9: code left over from discovery phase. Solution: Remove the dead code.
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 May 2020 20:45:04 +0200
parents 7587d892c00c
children 9f921ba86d05
comparison
equal deleted inserted replaced
20535:ec872c8a09ff 20536:8fa783f2c69c
17 int ExpandRTDir(char_u *pat, int flags, int *num_file, char_u ***file, char *dirnames[]); 17 int ExpandRTDir(char_u *pat, int flags, int *num_file, char_u ***file, char *dirnames[]);
18 int ExpandPackAddDir(char_u *pat, int *num_file, char_u ***file); 18 int ExpandPackAddDir(char_u *pat, int *num_file, char_u ***file);
19 void ex_source(exarg_T *eap); 19 void ex_source(exarg_T *eap);
20 void ex_options(exarg_T *eap); 20 void ex_options(exarg_T *eap);
21 linenr_T *source_breakpoint(void *cookie); 21 linenr_T *source_breakpoint(void *cookie);
22 garray_T *source_get_line_ga(void *cookie);
23 void source_use_line_ga(void *cookie);
24 int *source_dbg_tick(void *cookie); 22 int *source_dbg_tick(void *cookie);
25 int source_level(void *cookie); 23 int source_level(void *cookie);
26 int do_source(char_u *fname, int check_other, int is_vimrc, int *ret_sid); 24 int do_source(char_u *fname, int check_other, int is_vimrc, int *ret_sid);
27 void ex_scriptnames(exarg_T *eap); 25 void ex_scriptnames(exarg_T *eap);
28 void scriptnames_slash_adjust(void); 26 void scriptnames_slash_adjust(void);