Commit 547a6ce2 authored by Jeremy Jones's avatar Jeremy Jones Committed by Marc Cornellà
Browse files

fix path completion issue with go run subcommand (#6929)

parent 6c1dab23
...@@ -135,7 +135,7 @@ __go_tool_complete() { ...@@ -135,7 +135,7 @@ __go_tool_complete() {
run) run)
_arguments -s -w : \ _arguments -s -w : \
${build_flags[@]} \ ${build_flags[@]} \
'*:file:_path_files -g "*.go"' '*:file:_files -g "*.go"'
;; ;;
tool) tool)
if (( CURRENT == 3 )); then if (( CURRENT == 3 )); then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment