We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6f299 commit 979062fCopy full SHA for 979062f
completions/python
@@ -48,7 +48,7 @@ _python()
48
awk '$1 == "-X" && $2 ~ /:$/ {
49
sub(":$","",$2); sub("=.*","=",$2); print $2
50
}')" -- "$cur"))
51
- [[ $COMPREPLY == *= ]] && compopt -o nospace
+ [[ ${COMPREPLY-} == *= ]] && compopt -o nospace
52
return
53
;;
54
--jit)
0 commit comments