comparison src/proto/eval.pro @ 26990:4b8d836db103 v8.2.4024

patch 8.2.4024: confusing error message if imported name is used directly Commit: https://github.com/vim/vim/commit/32884ad753ffb462d27998beb50678888209075f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 7 12:45:29 2022 +0000 patch 8.2.4024: confusing error message if imported name is used directly Problem: Confusing error message if imported name is used directly. Solution: Give a better error message.
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Jan 2022 14:00:04 +0100
parents 8796f1384750
children e11682ba8c80
comparison
equal deleted inserted replaced
26989:e6c75e80cb49 26990:4b8d836db103
68 int get_name_len(char_u **arg, char_u **alias, int evaluate, int verbose); 68 int get_name_len(char_u **arg, char_u **alias, int evaluate, int verbose);
69 char_u *find_name_end(char_u *arg, char_u **expr_start, char_u **expr_end, int flags); 69 char_u *find_name_end(char_u *arg, char_u **expr_start, char_u **expr_end, int flags);
70 int eval_isnamec(int c); 70 int eval_isnamec(int c);
71 int eval_isnamec1(int c); 71 int eval_isnamec1(int c);
72 int eval_isdictc(int c); 72 int eval_isdictc(int c);
73 int handle_subscript(char_u **arg, typval_T *rettv, evalarg_T *evalarg, int verbose); 73 int handle_subscript(char_u **arg, char_u *name_start, typval_T *rettv, evalarg_T *evalarg, int verbose);
74 int item_copy(typval_T *from, typval_T *to, int deep, int copyID); 74 int item_copy(typval_T *from, typval_T *to, int deep, int copyID);
75 void echo_one(typval_T *rettv, int with_space, int *atstart, int *needclr); 75 void echo_one(typval_T *rettv, int with_space, int *atstart, int *needclr);
76 void ex_echo(exarg_T *eap); 76 void ex_echo(exarg_T *eap);
77 void ex_echohl(exarg_T *eap); 77 void ex_echohl(exarg_T *eap);
78 int get_echo_attr(void); 78 int get_echo_attr(void);