Browse Source

config/bash_completion.d/ee

old-stable
harshadyeola 10 years ago
parent
commit
d3141802fb
  1. 2
      config/bash_completion.d/ee

2
config/bash_completion.d/ee

@ -6,7 +6,7 @@ function ee_single()
for (( i=0; i<${#COMPREPLY[@]}; i++ )); do
if [[ ${COMP_WORDS[COMP_CWORD-j]} == ${COMPREPLY[i]} ]]; then
rem=( ${COMP_WORDS[COMP_CWORD-j]} );
COMPREPLY=( "${COMPREPLY[@]/$rem" )
COMPREPLY=( "${COMPREPLY[@]/$rem}" )
fi
done
done

Loading…
Cancel
Save