mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
[ci skip] fs.c: fix comment
This commit is contained in:
parent
e62f4cc122
commit
a062d307fb
@ -298,7 +298,7 @@ static bool is_executable(const char *name, char_u **abspath)
|
||||
|
||||
#ifdef WIN32
|
||||
/// Checks if file `name` is executable under one of these conditions:
|
||||
/// - if the file extension is in $PATHEXT
|
||||
/// - if the file extension is in $PATHEXT and `name` is executable
|
||||
/// - if the result of any $PATHEXT extension appended to `name` is executable
|
||||
static bool is_executable_ext(char *name, char_u **abspath)
|
||||
FUNC_ATTR_NONNULL_ARG(1, 2)
|
||||
|
Loading…
Reference in New Issue
Block a user