diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-11-15 13:12:07 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-11-15 13:12:07 +0000 |
commit | 701f7afcdf5f510090116a6a6fa91ca479c88e06 (patch) | |
tree | 608ff9b10fa5dbdb613f17f0242a160d19dacc13 /src/proto/ex_cmds.pro | |
parent | 1c8603613a33f6012c7d7e0d9db02323f2e785b4 (diff) | |
download | vim-git-701f7afcdf5f510090116a6a6fa91ca479c88e06.tar.gz |
updated for version 7.2-041v7.2.041
Diffstat (limited to 'src/proto/ex_cmds.pro')
-rw-r--r-- | src/proto/ex_cmds.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/ex_cmds.pro b/src/proto/ex_cmds.pro index dced028c1..1a15c88e7 100644 --- a/src/proto/ex_cmds.pro +++ b/src/proto/ex_cmds.pro @@ -27,7 +27,7 @@ void ex_wnext __ARGS((exarg_T *eap)); void do_wqall __ARGS((exarg_T *eap)); int not_writing __ARGS((void)); int getfile __ARGS((int fnum, char_u *ffname, char_u *sfname, int setpm, linenr_T lnum, int forceit)); -int do_ecmd __ARGS((int fnum, char_u *ffname, char_u *sfname, exarg_T *eap, linenr_T newlnum, int flags)); +int do_ecmd __ARGS((int fnum, char_u *ffname, char_u *sfname, exarg_T *eap, linenr_T newlnum, int flags, win_T *oldwin)); void ex_append __ARGS((exarg_T *eap)); void ex_change __ARGS((exarg_T *eap)); void ex_z __ARGS((exarg_T *eap)); |