Fix executable indicator in file name completion on Windows.
readline/ChangeLog: Reapply local change following readline 6.3 import. * complete.c (stat_char) [_WIN32]: Don't use 'access' and X_OK on Windows, they don't work. Instead, look at the file-name extension to determine whether the file is executable.
Loading
Please register or sign in to comment