diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-08-11 22:14:00 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-08-13 23:47:59 +0000 |
commit | 422dae7b1c71033113eb7e9bdd655b07858f71d8 (patch) | |
tree | e9f2f9e6b7fb93f55360c98f99eed6d9d0702c67 /Completion/Unix/Command | |
parent | 832130c57dedc532191512045096180657a049f3 (diff) | |
download | zsh-422dae7b1c71033113eb7e9bdd655b07858f71d8.tar.gz zsh-422dae7b1c71033113eb7e9bdd655b07858f71d8.tar.xz zsh-422dae7b1c71033113eb7e9bdd655b07858f71d8.zip |
unposted: _subversion: Complete property names for propdel
Previously, filenames would be completed.
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_subversion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_subversion b/Completion/Unix/Command/_subversion index 188a81367..8c3d8746f 100644 --- a/Completion/Unix/Command/_subversion +++ b/Completion/Unix/Command/_subversion @@ -98,7 +98,7 @@ _svn () { (mergeinfo) args[(r)--show-revs:arg:]=( '--show-revs=:revisions:(merged eligible)' ) ;; - (propget|propedit) + (propget|propedit|propdel) args+=( '1:property name:_svn_props' '2:target: _alternative "files:file:_files" "urls:URL:_svn_urls"' |