completions/wine: Complete files

wine can be used, and is usually used for things like `wine
setup.exe`,
so it should allow for regular file completion.

Fixes #11202

(cherry picked from commit 86e531b848)
This commit is contained in:
Fabian Boehm
2025-03-02 13:07:57 +01:00
parent e925eccad2
commit e767bb623f

View File

@@ -325,7 +325,6 @@ function __fish_wine__complete_winepath_subcommand --argument-names command
end
set -l command wine
complete -c $command -f
complete -c $command -l help -d 'Show help'
complete -c $command -l version -d 'Show version'