Fix issue with pkg --jail=value completion

This commit is contained in:
Konrad Borowski 2015-09-16 13:58:48 +02:00
parent 18c7e97ecc
commit 094948db51

View file

@ -18,7 +18,7 @@ function __fish_pkg_subcommand
end
switch $token
# Option parser allows shortened long options
case '--*='
case '--*=*'
continue
case -{o,j,c,r,C,R} --op\* --j\* --ch\* --ro\* --co\* --re\*
set skip_next 1