comparison src/proto/message.pro @ 19181:94eda51ba9ba v8.2.0149

patch 8.2.0149: maintaining a Vim9 branch separately is more work Commit: https://github.com/vim/vim/commit/8a7d6542b33e5d2b352262305c3bfdb2d14e1cf8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 26 15:56:19 2020 +0100 patch 8.2.0149: maintaining a Vim9 branch separately is more work Problem: Maintaining a Vim9 branch separately is more work. Solution: Merge the Vim9 script changes.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jan 2020 16:00:05 +0100
parents 46f95606b9ec
children b38d73f36467
comparison
equal deleted inserted replaced
19180:8edf0aeb71b9 19181:94eda51ba9ba
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 emsg_invreg(int name); 15 void emsg_invreg(int name);
16 void emsg_namelen(char *msg, char_u *name, int len);
16 char *msg_trunc_attr(char *s, int force, int attr); 17 char *msg_trunc_attr(char *s, int force, int attr);
17 char_u *msg_may_trunc(int force, char_u *s); 18 char_u *msg_may_trunc(int force, char_u *s);
18 int delete_first_msg(void); 19 int delete_first_msg(void);
19 void ex_messages(exarg_T *eap); 20 void ex_messages(exarg_T *eap);
20 void msg_end_prompt(void); 21 void msg_end_prompt(void);