Browse Source
Changes: - Rename `rsync_scp_wrap` to `noremoteglob` and make it more generally usable - Enable completion support for commands wrapped with `noremoteglob` - Tighten up internal variable usages - Update documentation for 'noremoteglob' functionmaster
Indrajit Raychaudhuri
7 years ago
committed by
Indrajit Raychaudhuri
3 changed files with 36 additions and 29 deletions
@ -0,0 +1,11 @@ |
|||||||
|
#compdef noremoteglob |
||||||
|
#autoload |
||||||
|
|
||||||
|
# |
||||||
|
# Completes noremoteglob. |
||||||
|
# |
||||||
|
# Authors: |
||||||
|
# Indrajit Raychaudhuri <irc+code@indrajit.com> |
||||||
|
# |
||||||
|
|
||||||
|
_precommand |
Loading…
Reference in new issue