mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-17 10:20:55 +01:00
zsh-workers/9837
This commit is contained in:
parent
a5c5e7b17b
commit
abf389c59f
2 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@
|
|||
local expl
|
||||
|
||||
_description files expl 'compressed file'
|
||||
_files "$expl[@]" -g '*.([tT]|)[gG][z]'
|
||||
_files "$expl[@]" -g '*.([tT]|)[gG][zZ]'
|
||||
|
|
|
@ -64,7 +64,7 @@ insert-and-predict () {
|
|||
# get out of that `case'.
|
||||
repeat 1
|
||||
do
|
||||
zstyle -s ":completion:${curcontext}" cursor crs
|
||||
zstyle -s ":completion:${curcontext}:" cursor crs
|
||||
case $crs in
|
||||
(complete)
|
||||
# At the place where the completion left it, if it is after
|
||||
|
|
Loading…
Reference in a new issue