mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
37386: localise mbegin, mend, match in URL magic
This commit is contained in:
parent
3272bdce98
commit
1f75d7ff2c
2 changed files with 6 additions and 1 deletions
|
@ -115,7 +115,7 @@ alias globurl='noglob urlglobber '
|
|||
function url-quote-magic {
|
||||
setopt localoptions noksharrays extendedglob
|
||||
local qkey="${(q)KEYS}"
|
||||
local -a reply
|
||||
local -a reply match mbegin mend
|
||||
if [[ "$KEYS" != "$qkey" ]]
|
||||
then
|
||||
local lbuf="$LBUFFER$qkey"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue