diff options
| author | Oliver Kiddle <opk@zsh.org> | 2014-08-14 00:00:39 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2014-08-14 19:00:04 +0200 |
| commit | 469ee6daef50d0736a38f646bd9eb659b7aad6d1 (patch) | |
| tree | e77a3b919090d1d8433b4f06d6b41fcf6c8d387a /Completion/Unix/Command | |
| parent | 33002: tcp_expect -P pm tags matches with a string (diff) | |
| download | zsh-469ee6daef50d0736a38f646bd9eb659b7aad6d1.tar zsh-469ee6daef50d0736a38f646bd9eb659b7aad6d1.tar.gz zsh-469ee6daef50d0736a38f646bd9eb659b7aad6d1.tar.bz2 zsh-469ee6daef50d0736a38f646bd9eb659b7aad6d1.tar.lz zsh-469ee6daef50d0736a38f646bd9eb659b7aad6d1.tar.xz zsh-469ee6daef50d0736a38f646bd9eb659b7aad6d1.tar.zst zsh-469ee6daef50d0736a38f646bd9eb659b7aad6d1.zip | |
32997: new utility function for separated lists
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_mount | 11 | ||||
| -rw-r--r-- | Completion/Unix/Command/_nmap | 2 | ||||
| -rw-r--r-- | Completion/Unix/Command/_pgrep | 8 | ||||
| -rw-r--r-- | Completion/Unix/Command/_zip | 5 |
4 files changed, 7 insertions, 19 deletions
diff --git a/Completion/Unix/Command/_mount b/Completion/Unix/Command/_mount index 542154a58..04282225f 100644 --- a/Completion/Unix/Command/_mount +++ b/Completion/Unix/Command/_mount @@ -688,7 +688,7 @@ if [[ "$service" = mount ]]; then |
