mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:31:12 -03:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user