diff --git a/autojump.bash b/autojump.bash index 41dcc2f..237b755 100644 --- a/autojump.bash +++ b/autojump.bash @@ -39,15 +39,13 @@ _autojump_files() comps=$(autojump --bash --completion $cur) while read i do - #COMPREPLY=("${COMPREPLY[@]}" "${COMP_WORDS[@]:1:$(( ${#COMP_WORDS[@]} - 1 ))}${i}") COMPREPLY=("${COMPREPLY[@]}" "${i}") done <