diff options
| author | Peter Stephenson <pws@zsh.org> | 2014-09-23 12:38:46 +0100 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2014-09-23 12:38:46 +0100 |
| commit | 5378f6ad775098210cf8046a8aceeaecbcc58b51 (patch) | |
| tree | a2e6b87dacb464bf7605cb9dfb133c9811cc4c76 /Completion/Unix/Command | |
| parent | unposted: add dvipdf to _dvi command list (diff) | |
| download | zsh-5378f6ad775098210cf8046a8aceeaecbcc58b51.tar zsh-5378f6ad775098210cf8046a8aceeaecbcc58b51.tar.gz zsh-5378f6ad775098210cf8046a8aceeaecbcc58b51.tar.bz2 zsh-5378f6ad775098210cf8046a8aceeaecbcc58b51.tar.lz zsh-5378f6ad775098210cf8046a8aceeaecbcc58b51.tar.xz zsh-5378f6ad775098210cf8046a8aceeaecbcc58b51.tar.zst zsh-5378f6ad775098210cf8046a8aceeaecbcc58b51.zip | |
33221 (including 33173 from Anthony Heading): _perforce tweak.
Complete directories when handling unmaintained files for add.
Rationalise code and comments around this.
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_perforce | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/Completion/Unix/Command/_perforce b/Completion/Unix/Command/_perforce index 839870211..db91e11af 100644 --- a/Completion/Unix/Command/_perforce +++ b/Completion/Unix/Command/_perforce @@ -1231,10 +1231,15 @@ _perforce_files() { # "subdirs:subdirectory search:_perforce_subdirs" ) _alternative $altfiles |
