mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 22:36:09 +00:00
test/win: executable(), exepath() #9516
This commit is contained in:
@@ -276,7 +276,7 @@ bool os_can_exe(const char_u *name, char_u **abspath, bool use_path)
|
||||
}
|
||||
|
||||
#ifdef WIN32
|
||||
/// Returns true if extension of `name` is executalbe file exteinsion.
|
||||
/// Returns true if extension of `name` is executable file exteinsion.
|
||||
static bool is_extension_executable(const char *name)
|
||||
FUNC_ATTR_NONNULL_ALL
|
||||
{
|
||||
|
Reference in New Issue
Block a user