comparison src/proto/message.pro @ 19554:b38d73f36467 v8.2.0334

patch 8.2.0334: abort called when using test_void() Commit: https://github.com/vim/vim/commit/dd58923c6bcb026de7134d9874e69e0a2b01682d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 29 17:38:12 2020 +0100 patch 8.2.0334: abort called when using test_void() Problem: Abort called when using test_void(). (Dominique Pelle) Solution: Only give an error, don't abort.
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Feb 2020 17:45:04 +0100
parents 94eda51ba9ba
children a9ea83a3659a
comparison
equal deleted inserted replaced
19553:45b9e23467da 19554:b38d73f36467
10 void ignore_error_for_testing(char_u *error); 10 void ignore_error_for_testing(char_u *error);
11 void do_perror(char *msg); 11 void do_perror(char *msg);
12 int emsg(char *s); 12 int emsg(char *s);
13 void iemsg(char *s); 13 void iemsg(char *s);
14 void internal_error(char *where); 14 void internal_error(char *where);
15 void internal_error_no_abort(char *where);
15 void emsg_invreg(int name); 16 void emsg_invreg(int name);
16 void emsg_namelen(char *msg, char_u *name, int len); 17 void emsg_namelen(char *msg, char_u *name, int len);
17 char *msg_trunc_attr(char *s, int force, int attr); 18 char *msg_trunc_attr(char *s, int force, int attr);
18 char_u *msg_may_trunc(int force, char_u *s); 19 char_u *msg_may_trunc(int force, char_u *s);
19 int delete_first_msg(void); 20 int delete_first_msg(void);