Merge pull request #11453

This commit is contained in:
Johannes Altmanninger
2025-05-04 12:01:06 +02:00

View File

@@ -1,5 +1,5 @@
function __fish_winetricks__complete_verbs
winetricks list-all |
winetricks list-all 2>/dev/null |
string match --invert --regex '^==' |
string match --invert --regex '^(apps|dlls|fonts|games|settings)$' |
string replace --regex '(\S+)\s+(.+)' '$1\t$2'