move per eli

This commit is contained in:
Sam Tobin-Hochstadt 2010-04-16 17:10:33 -04:00
parent 3596c04b3e
commit 531598c145

View File

@ -5,7 +5,7 @@
# will need to make sure that you've enable bash completion more
# generally, usually via '. /etc/bash_completion'
#
# source $PLTHOME/collects/meta/contrib/racket_completion
# source $PLTHOME/collects/meta/contrib/completion/racket-completion.bash
#
# Change $PLTHOME to whatever references your Racket installation
@ -29,6 +29,13 @@ _racket()
fi
done
# -k takes *two* integer arguments
if [[ 2 < ${#COMP_WORDS[@]} ]]; then
if [[ ${COMP_WORDS[COMP_CWORD-2]} == -k ]]; then
return 0
fi
fi
case "${cur}" in
--*)