From c7f025536e9e5b7b95b55d09094febb627395d05 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 1 Apr 2014 21:00:59 +0200 Subject: updated for version 7.4.235 Problem: It is not easy to get the full path of a command. Solution: Add the exepath() function. --- src/os_amiga.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/os_amiga.c') diff --git a/src/os_amiga.c b/src/os_amiga.c index e5c7661ef..324fc367b 100644 --- a/src/os_amiga.c +++ b/src/os_amiga.c @@ -884,8 +884,9 @@ mch_mkdir(name) * Return -1 if unknown. */ int -mch_can_exe(name) +mch_can_exe(name, path) char_u *name; + char_u **path; { /* TODO */ return -1; -- cgit v1.2.1