diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-09-30 12:02:55 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-09-30 12:02:55 +0000 |
commit | d089d9b33ac62ccc2783928a66c8f20499470920 (patch) | |
tree | a39eb1ed68513118c3e25482af67b556dbec02e0 /src/ex_docmd.c | |
parent | 78ab331e0d8a76f553830f0347ac27311e4dc0f8 (diff) | |
download | vim-d089d9b33ac62ccc2783928a66c8f20499470920.zip |
updated for version 7.1-126
Diffstat (limited to 'src/ex_docmd.c')
-rw-r--r-- | src/ex_docmd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 3b874e79c..72b939bdb 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -276,7 +276,6 @@ static void ex_popup __ARGS((exarg_T *eap)); static void ex_swapname __ARGS((exarg_T *eap)); static void ex_syncbind __ARGS((exarg_T *eap)); static void ex_read __ARGS((exarg_T *eap)); -static void ex_cd __ARGS((exarg_T *eap)); static void ex_pwd __ARGS((exarg_T *eap)); static void ex_equal __ARGS((exarg_T *eap)); static void ex_sleep __ARGS((exarg_T *eap)); @@ -7778,7 +7777,7 @@ free_cd_dir() /* * ":cd", ":lcd", ":chdir" and ":lchdir". */ - static void + void ex_cd(eap) exarg_T *eap; { |