diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-23 21:26:58 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-23 21:26:58 +0000 |
commit | 80a94a582cd2d5307d1e65ec06fe0fb05f60d7c9 (patch) | |
tree | aff2c0d22bf46c67d702d07b7ce0d160c09d7e23 /src/proto | |
parent | d1f56e68f1315687ff5b913e2577f11b0b620573 (diff) | |
download | vim-git-80a94a582cd2d5307d1e65ec06fe0fb05f60d7c9.tar.gz |
updated for version 7.0205
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/ex_docmd.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/proto/ex_docmd.pro b/src/proto/ex_docmd.pro index a171e9730..94e1393ce 100644 --- a/src/proto/ex_docmd.pro +++ b/src/proto/ex_docmd.pro @@ -35,8 +35,7 @@ void alist_set __ARGS((alist_T *al, int count, char_u **files, int use_curbuf, i void alist_add __ARGS((alist_T *al, char_u *fname, int set_fnum)); void alist_slash_adjust __ARGS((void)); void ex_splitview __ARGS((exarg_T *eap)); -void ex_tabedit __ARGS((exarg_T *eap)); -void ex_tab __ARGS((exarg_T *eap)); +void tabpage_new __ARGS((void)); void do_exedit __ARGS((exarg_T *eap, win_T *old_curwin)); void free_cd_dir __ARGS((void)); void do_sleep __ARGS((long msec)); |