chiark / gitweb /
remove XML files from bash completion, they are not supported anymore
authorHans-Christoph Steiner <hans@eds.org>
Thu, 7 Dec 2017 23:09:41 +0000 (00:09 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 11 Dec 2017 21:11:16 +0000 (22:11 +0100)
completion/bash-completion

index 3627ae460fd48c74bae1ca1b283c689013fcf281..28588656ed5178d3449b220ed93ef2a5cf76c161 100644 (file)
@@ -35,7 +35,7 @@ __by_ext() {
 }
 
 __package() {
-       files="$(__by_ext txt) $(__by_ext yml) $(__by_ext json) $(__by_ext xml)"
+       files="$(__by_ext txt) $(__by_ext yml) $(__by_ext json)"
        COMPREPLY=( $( compgen -W "$files" -- $cur ) )
 }