diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2023-01-06 12:58:31 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2023-01-06 12:59:07 +0000 |
| commit | 4ad99ab788caf5d64b21c7fb6ca3cbbf1c769b27 (patch) | |
| tree | b343fef4b7a3e1810418c8f569289f1661c829a7 /Completion/Unix/Command/_subversion | |
| parent | 51263: fix typo - `an path` -> `a path` (diff) | |
| download | zsh-4ad99ab788caf5d64b21c7fb6ca3cbbf1c769b27.tar zsh-4ad99ab788caf5d64b21c7fb6ca3cbbf1c769b27.tar.gz zsh-4ad99ab788caf5d64b21c7fb6ca3cbbf1c769b27.tar.bz2 zsh-4ad99ab788caf5d64b21c7fb6ca3cbbf1c769b27.tar.lz zsh-4ad99ab788caf5d64b21c7fb6ca3cbbf1c769b27.tar.xz zsh-4ad99ab788caf5d64b21c7fb6ca3cbbf1c769b27.tar.zst zsh-4ad99ab788caf5d64b21c7fb6ca3cbbf1c769b27.zip | |
unposted (cf. users/28616): _svnadmin: Add comment noting a case that's not completed correctly.
Diffstat (limited to 'Completion/Unix/Command/_subversion')
| -rw-r--r-- | Completion/Unix/Command/_subversion | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_subversion b/Completion/Unix/Command/_subversion index 8fc46a292..9a0328dca 100644 --- a/Completion/Unix/Command/_subversion +++ b/Completion/Unix/Command/_subversion @@ -318,6 +318,9 @@ _svnadmin () { # Test cases: # svnadmin freeze . rsync --<TAB> offers --file # svnadmin freeze -- . rsync -<TAB> offers rsync's options + # svnadmin freeze . -- rsync -<TAB> should do the same (but currently doesn't) + # + # TODO: Fix the third case. # # Note: the NORMARG calculations here include one positional argument # (the '.') before the command. |
