From e767bb623f058a110e63efedda60543cddd0dbc4 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Sun, 2 Mar 2025 13:07:57 +0100 Subject: [PATCH] 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 86e531b8489cba0ff4e443584c5abd3d68f11749) --- share/completions/wine.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/share/completions/wine.fish b/share/completions/wine.fish index 6eadd16f8..8ea582c19 100644 --- a/share/completions/wine.fish +++ b/share/completions/wine.fish @@ -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'