mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 16:50:58 +01:00
Make mbegin, mend, match local in zed.
Needed for zstyle -m.
This commit is contained in:
parent
ebcea98eca
commit
b2e44bce62
2 changed files with 6 additions and 0 deletions
|
|
@ -36,6 +36,9 @@ fi
|
|||
|
||||
local curcontext=zed:::
|
||||
|
||||
# Matching used in zstyle -m: hide result from caller.
|
||||
# Variables not used directly here.
|
||||
local -a match mbegin mend
|
||||
zstyle -m ":completion:zed:*" insert-tab '*' ||
|
||||
zstyle ":completion:zed:*" insert-tab yes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue