mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-18 21:14:11 +01:00
12000: zmv: emulate -R to unset MARKDIRS
This commit is contained in:
parent
cd335e489a
commit
1a691db1e2
@ -1,3 +1,8 @@
|
||||
2000-06-20 Peter Stephenson <pws@cambridgesiliconradio.com>
|
||||
|
||||
* 12000: Functions/Misc/zmv: emulate zsh doesn't unset MARKDIRS,
|
||||
so use emulate -R.
|
||||
|
||||
2000-06-20 Sven Wischnowsky <wischnow@zsh.org>
|
||||
|
||||
* 11998: ChangeLog, Completion/Builtins/_pids, Completion/Core/compdump,
|
||||
|
@ -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…
Reference in New Issue
Block a user