From 31037e976ba7b84eb467acfb455f8885c748e565 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 14 Dec 2018 11:54:43 +0100 Subject: [PATCH 1/1] grml-lang zsh completion: add dvorak, es, fr, it + jp to list of supported languages Thanks: Christian Haase for the bug report Closes: https://github.com/grml/grml/issues/108 --- usr_share_grml/zsh/completion/grml/_grml-lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr_share_grml/zsh/completion/grml/_grml-lang b/usr_share_grml/zsh/completion/grml/_grml-lang index c78ec36..fb5e8d1 100644 --- a/usr_share_grml/zsh/completion/grml/_grml-lang +++ b/usr_share_grml/zsh/completion/grml/_grml-lang @@ -1,3 +1,3 @@ #compdef grml-lang -compadd at ch de us +compadd at ch de dvorak es fr it jp us -- 2.1.4