diff options
author | 2019-06-16 18:56:11 +0530 | |
---|---|---|
committer | 2019-06-17 07:04:25 +0530 | |
commit | 32b3445f3b96ae1c177a026e0fc9726ce17bbf81 (patch) | |
tree | a21609a5410673f3e0fbf9ad04787134eb3c25ea /scripts/auto-completion/zsh | |
parent | 815155033dc6ad54f6b2687b49d6d162458c5c30 (diff) | |
download | nnn-32b3445f3b96ae1c177a026e0fc9726ce17bbf81.tar.gz |
Use case insensitive version sort to compare
Diffstat (limited to 'scripts/auto-completion/zsh')
-rw-r--r-- | scripts/auto-completion/zsh/_nnn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/auto-completion/zsh/_nnn b/scripts/auto-completion/zsh/_nnn index 20a313f..17d1c1a 100644 --- a/scripts/auto-completion/zsh/_nnn +++ b/scripts/auto-completion/zsh/_nnn @@ -15,7 +15,6 @@ args=( '(-h)-h[show this help and exit]' '(-i)-i[start in navigate-as-you-type mode]' '(-l)-l[start in light mode (fewer details)]' - '(-n)-n[use version compare to sort files]' '(-p)-p[copy selection to file]:file name' '(-s)-s[use substring match for filters]' '(-S)-S[start in disk usage analyzer mode]' |