From 21a491e6608f220531db2255e01680da9d9a0724 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 4 Dec 2018 09:28:04 +0530 Subject: Option -c is gone --- scripts/auto-completion/bash/nnn-completion.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/auto-completion/bash') diff --git a/scripts/auto-completion/bash/nnn-completion.bash b/scripts/auto-completion/bash/nnn-completion.bash index 6eaba96..b076de0 100644 --- a/scripts/auto-completion/bash/nnn-completion.bash +++ b/scripts/auto-completion/bash/nnn-completion.bash @@ -11,7 +11,7 @@ _nnn () { local cur=$2 prev=$3 local -a opts opts_with_args opts=( - -c + -C -e -h -i @@ -20,7 +20,6 @@ _nnn () { -v ) opts_with_arg=( - -c ) # Do not complete non option names -- cgit v1.2.3-70-g09d2