Mercurial > vim
diff 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 |
line wrap: on
line diff
--- a/src/proto/ex_getln.pro +++ b/src/proto/ex_getln.pro @@ -1,4 +1,5 @@ /* ex_getln.c */ +void cmdline_init(void); char_u *getcmdline(int firstc, long count, int indent); char_u *getcmdline_prompt(int firstc, char_u *prompt, int attr, int xp_context, char_u *xp_arg); int text_locked(void); @@ -52,7 +53,6 @@ void prepare_viminfo_history(int asklen, int read_viminfo_history(vir_T *virp, int writing); void handle_viminfo_history(garray_T *values, int writing); void finish_viminfo_history(vir_T *virp); -void cmdline_init(void); void write_viminfo_history(FILE *fp, int merge); void cmd_pchar(int c, int offset); int cmd_gchar(int offset);