Fixed auto complete as described in: http://www.zsh.org/mla/users/2003/msg00610.html
This commit is contained in:
parent
3c85575f80
commit
2ae638f33a
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ function expand-or-complete-with-indicator {
|
|||
local indicator
|
||||
zstyle -s ':omz:module:editor' completing 'indicator'
|
||||
print -Pn "$indicator"
|
||||
zle expand-or-complete-prefix
|
||||
zle expand-or-complete
|
||||
zle redisplay
|
||||
}
|
||||
zle -N expand-or-complete-with-indicator
|
||||
|
|
Loading…
Add table
Reference in a new issue