1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-27 06:11:06 +02:00

44249: Completion: Handle zsh/files built-ins in _mv and _rmdir

This commit is contained in:
dana 2019-04-26 17:45:35 -05:00
parent 9208e321da
commit d56a43f802
4 changed files with 8 additions and 3 deletions

View file

@ -2,6 +2,11 @@
* 44234: Completion/Unix/Command/_ssh: Update for OpenSSH 8.0 * 44234: Completion/Unix/Command/_ssh: Update for OpenSSH 8.0
* 44249: Completion/Unix/Command/_mv,
Completion/Unix/Command/_rmdir,
Completion/Unix/Type/_directories: Handle zsh/files built-ins
in _mv and _rmdir
2019-04-25 Peter Stephenson <p.w.stephenson@ntlworld.com> 2019-04-25 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 44248: Src/init.c: Mark SIGQUIT as ignored if ignored at * 44248: Src/init.c: Mark SIGQUIT as ignored if ignored at

View file

@ -1,4 +1,4 @@
#compdef mv gmv #compdef mv gmv zf_mv
local args variant local args variant

View file

@ -1,4 +1,4 @@
#compdef rmdir grmdir #compdef rmdir grmdir zf_rmdir
local variant local variant
local -a args local -a args

View file

@ -1,4 +1,4 @@
#compdef zf_rmdir dircmp -P -value-,*path,-default- #compdef dircmp -P -value-,*path,-default-
local expl local expl