mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
12000: zmv: emulate -R to unset MARKDIRS
This commit is contained in:
parent
cd335e489a
commit
1a691db1e2
2 changed files with 6 additions and 1 deletions
|
@ -115,7 +115,7 @@
|
|||
# non-positional parameters may not start with a number, although
|
||||
# paranoiacs like the author will probably put them there anyway.
|
||||
|
||||
emulate -L zsh
|
||||
emulate -RL zsh
|
||||
setopt extendedglob
|
||||
|
||||
local f g args match mbegin mend files action myname tmpf opt exec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue