mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
44249: Completion: Handle zsh/files built-ins in _mv and _rmdir
This commit is contained in:
parent
9208e321da
commit
d56a43f802
4 changed files with 8 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
#compdef mv gmv
|
||||
#compdef mv gmv zf_mv
|
||||
|
||||
local args variant
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#compdef rmdir grmdir
|
||||
#compdef rmdir grmdir zf_rmdir
|
||||
|
||||
local variant
|
||||
local -a args
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue