diff options
Diffstat (limited to 'Completion/Unix/Command/_find')
| -rw-r--r-- | Completion/Unix/Command/_find | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_find b/Completion/Unix/Command/_find index 4908cabbc..8628ad43e 100644 --- a/Completion/Unix/Command/_find +++ b/Completion/Unix/Command/_find @@ -162,7 +162,7 @@ if [[ $state = times ]]; then zstyle -s ":completion:${curcontext}:senses" list-separator sep || sep=-- default=" [default exactly]" disp=( "+ $sep before (older files)" "- $sep since (newer files)" ) - smatch=( - + ) + smatch=( + - ) else disp=( before exactly since ) smatch=( + '' - ) |
