Skip to content

Commit 5b60ccc

Browse files
committed
fix(python): complete micropython and pyston script args consistently
...with python and pypy variants.
1 parent e63a940 commit 5b60ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ _comp_cmd_python()
6363
_comp_compgen -- -W "help off"
6464
return
6565
;;
66-
!(?(*/)python*([0-9.])|?(*/)pypy*([0-9.])|-?))
66+
!(?(*/)?(micro)python*([0-9.])|?(*/)py@(py|ston)*([0-9.])|-?))
6767
if [[ $cword -lt 2 || ${words[cword - 2]} != -[QWX] ]]; then
6868
_comp_compgen_filedir
6969
return

0 commit comments

Comments
 (0)