comparison src/proto/eval.pro @ 21032:f80e822a310d v8.2.1067

patch 8.2.1067: expression "!expr->func()" does not work Commit: https://github.com/vim/vim/commit/0b1cd52ff6bf690388f892be686a91721a082e55 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 27 13:11:50 2020 +0200 patch 8.2.1067: expression "!expr->func()" does not work Problem: Expression "!expr->func()" does not work. Solution: Apply plus and minus earlier. (closes https://github.com/vim/vim/issues/6348)
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Jun 2020 13:15:03 +0200
parents 7acceb76669f
children d9e0db9b2b99
comparison
equal deleted inserted replaced
21031:d49456e1977e 21032:f80e822a310d
51 int get_id_len(char_u **arg); 51 int get_id_len(char_u **arg);
52 int get_name_len(char_u **arg, char_u **alias, int evaluate, int verbose); 52 int get_name_len(char_u **arg, char_u **alias, int evaluate, int verbose);
53 char_u *find_name_end(char_u *arg, char_u **expr_start, char_u **expr_end, int flags); 53 char_u *find_name_end(char_u *arg, char_u **expr_start, char_u **expr_end, int flags);
54 int eval_isnamec(int c); 54 int eval_isnamec(int c);
55 int eval_isnamec1(int c); 55 int eval_isnamec1(int c);
56 int handle_subscript(char_u **arg, typval_T *rettv, int flags, int verbose, char_u *start_leader, char_u **end_leaderp); 56 int handle_subscript(char_u **arg, typval_T *rettv, int flags, int verbose);
57 int item_copy(typval_T *from, typval_T *to, int deep, int copyID); 57 int item_copy(typval_T *from, typval_T *to, int deep, int copyID);
58 void echo_one(typval_T *rettv, int with_space, int *atstart, int *needclr); 58 void echo_one(typval_T *rettv, int with_space, int *atstart, int *needclr);
59 void ex_echo(exarg_T *eap); 59 void ex_echo(exarg_T *eap);
60 void ex_echohl(exarg_T *eap); 60 void ex_echohl(exarg_T *eap);
61 int get_echo_attr(void); 61 int get_echo_attr(void);