diff options
Diffstat (limited to 'src/path.h')
-rw-r--r-- | src/path.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/path.h b/src/path.h index cb0a8b958f..295b0ebbd8 100644 --- a/src/path.h +++ b/src/path.h @@ -103,14 +103,4 @@ int append_path(char *path, const char *to_append, int max_len); /// @return `TRUE` if "fname" is absolute. int path_is_absolute_path(const char_u *fname); -/// Check if the given path represents an executable file. -/// -/// @return `TRUE` if `name` is executable and -/// - can be found in $PATH, -/// - is relative to current dir or -/// - is absolute. -/// -/// @return `FALSE` otherwise. -int path_can_exe(const char_u *name); - #endif |