diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-04-01 21:00:59 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-04-01 21:00:59 +0200 |
commit | c7f025536e9e5b7b95b55d09094febb627395d05 (patch) | |
tree | 18ecd63ab3352c3089125ad435d5aa2f6d493655 /src/proto/os_amiga.pro | |
parent | a1706c958e69086f5c9eb7d79779ed839441ff60 (diff) | |
download | vim-git-c7f025536e9e5b7b95b55d09094febb627395d05.tar.gz |
updated for version 7.4.235v7.4.235
Problem: It is not easy to get the full path of a command.
Solution: Add the exepath() function.
Diffstat (limited to 'src/proto/os_amiga.pro')
-rw-r--r-- | src/proto/os_amiga.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/os_amiga.pro b/src/proto/os_amiga.pro index 3cbec6d26..16ee6571d 100644 --- a/src/proto/os_amiga.pro +++ b/src/proto/os_amiga.pro @@ -26,7 +26,7 @@ int mch_setperm __ARGS((char_u *name, long perm)); void mch_hide __ARGS((char_u *name)); int mch_isdir __ARGS((char_u *name)); int mch_mkdir __ARGS((char_u *name)); -int mch_can_exe __ARGS((char_u *name)); +int mch_can_exe __ARGS((char_u *name, char_u **path)); int mch_nodetype __ARGS((char_u *name)); void mch_early_init __ARGS((void)); void mch_exit __ARGS((int r)); |