comparison src/proto/ex_getln.pro @ 15195:16b2f2db6f28 v8.1.0607

patch 8.1.0607: proto files are not in sync with the source code commit https://github.com/vim/vim/commit/c447d8d33f695a83fefe4e47334b41c32874c3c5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 18 21:56:28 2018 +0100 patch 8.1.0607: proto files are not in sync with the source code Problem: Proto files are not in sync with the source code. Solution: Update the proto files.
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Dec 2018 22:00:07 +0100
parents 3b72808fbb0d
children 55ccc2d353bd
comparison
equal deleted inserted replaced
15194:8b334e4cb97f 15195:16b2f2db6f28
1 /* ex_getln.c */ 1 /* ex_getln.c */
2 void cmdline_init(void);
2 char_u *getcmdline(int firstc, long count, int indent); 3 char_u *getcmdline(int firstc, long count, int indent);
3 char_u *getcmdline_prompt(int firstc, char_u *prompt, int attr, int xp_context, char_u *xp_arg); 4 char_u *getcmdline_prompt(int firstc, char_u *prompt, int attr, int xp_context, char_u *xp_arg);
4 int text_locked(void); 5 int text_locked(void);
5 void text_locked_msg(void); 6 void text_locked_msg(void);
6 char_u *get_text_locked_msg(void); 7 char_u *get_text_locked_msg(void);
50 void ex_history(exarg_T *eap); 51 void ex_history(exarg_T *eap);
51 void prepare_viminfo_history(int asklen, int writing); 52 void prepare_viminfo_history(int asklen, int writing);
52 int read_viminfo_history(vir_T *virp, int writing); 53 int read_viminfo_history(vir_T *virp, int writing);
53 void handle_viminfo_history(garray_T *values, int writing); 54 void handle_viminfo_history(garray_T *values, int writing);
54 void finish_viminfo_history(vir_T *virp); 55 void finish_viminfo_history(vir_T *virp);
55 void cmdline_init(void);
56 void write_viminfo_history(FILE *fp, int merge); 56 void write_viminfo_history(FILE *fp, int merge);
57 void cmd_pchar(int c, int offset); 57 void cmd_pchar(int c, int offset);
58 int cmd_gchar(int offset); 58 int cmd_gchar(int offset);
59 char_u *script_get(exarg_T *eap, char_u *cmd); 59 char_u *script_get(exarg_T *eap, char_u *cmd);
60 /* vim: set ft=c : */ 60 /* vim: set ft=c : */