comparison src/proto/ex_cmds.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 05bfc3d37efb
children 3a99b2e6d136
comparison
equal deleted inserted replaced
15194:8b334e4cb97f 15195:16b2f2db6f28
28 int do_write(exarg_T *eap); 28 int do_write(exarg_T *eap);
29 int check_overwrite(exarg_T *eap, buf_T *buf, char_u *fname, char_u *ffname, int other); 29 int check_overwrite(exarg_T *eap, buf_T *buf, char_u *fname, char_u *ffname, int other);
30 void ex_wnext(exarg_T *eap); 30 void ex_wnext(exarg_T *eap);
31 void do_wqall(exarg_T *eap); 31 void do_wqall(exarg_T *eap);
32 int not_writing(void); 32 int not_writing(void);
33 int getfile(int fnum, char_u *ffname, char_u *sfname, int setpm, linenr_T lnum, int forceit); 33 int getfile(int fnum, char_u *ffname_arg, char_u *sfname_arg, int setpm, linenr_T lnum, int forceit);
34 int do_ecmd(int fnum, char_u *ffname, char_u *sfname, exarg_T *eap, linenr_T newlnum, int flags, win_T *oldwin); 34 int do_ecmd(int fnum, char_u *ffname, char_u *sfname, exarg_T *eap, linenr_T newlnum, int flags, win_T *oldwin);
35 void ex_append(exarg_T *eap); 35 void ex_append(exarg_T *eap);
36 void ex_change(exarg_T *eap); 36 void ex_change(exarg_T *eap);
37 void ex_z(exarg_T *eap); 37 void ex_z(exarg_T *eap);
38 int check_restricted(void); 38 int check_restricted(void);