comparison src/proto/evalvars.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 489cb75c76b6
children 70d561931721
comparison
equal deleted inserted replaced
20535:ec872c8a09ff 20536:8fa783f2c69c
13 int get_spellword(list_T *list, char_u **pp); 13 int get_spellword(list_T *list, char_u **pp);
14 void prepare_vimvar(int idx, typval_T *save_tv); 14 void prepare_vimvar(int idx, typval_T *save_tv);
15 void restore_vimvar(int idx, typval_T *save_tv); 15 void restore_vimvar(int idx, typval_T *save_tv);
16 list_T *heredoc_get(exarg_T *eap, char_u *cmd, int script_get); 16 list_T *heredoc_get(exarg_T *eap, char_u *cmd, int script_get);
17 void ex_let(exarg_T *eap); 17 void ex_let(exarg_T *eap);
18 void ex_const(exarg_T *eap);
19 int ex_let_vars(char_u *arg_start, typval_T *tv, int copy, int semicolon, int var_count, int flags, char_u *op); 18 int ex_let_vars(char_u *arg_start, typval_T *tv, int copy, int semicolon, int var_count, int flags, char_u *op);
20 char_u *skip_var_list(char_u *arg, int include_type, int *var_count, int *semicolon); 19 char_u *skip_var_list(char_u *arg, int include_type, int *var_count, int *semicolon);
21 void list_hashtable_vars(hashtab_T *ht, char *prefix, int empty, int *first); 20 void list_hashtable_vars(hashtab_T *ht, char *prefix, int empty, int *first);
22 void ex_unlet(exarg_T *eap); 21 void ex_unlet(exarg_T *eap);
23 void ex_lockvar(exarg_T *eap); 22 void ex_lockvar(exarg_T *eap);