Merge branch 'master' into 1.x

This commit is contained in:
David Paleino 2011-01-11 09:06:58 +01:00
commit cf4fe7f7a9

View File

@ -21,8 +21,9 @@ _python()
-- "$cur" ) ) -- "$cur" ) )
return 0 return 0
;; ;;
!(python?([23])|-?)) !(?(*/)python*([0-9.])|-?))
[[ ${COMP_WORDS[COMP_CWORD-2]} != -@(Q|W) ]] && _filedir [[ $COMP_CWORD -lt 2 || ${COMP_WORDS[COMP_CWORD-2]} != -@(Q|W) ]] \
&& _filedir
;; ;;
esac esac