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() {
run)
_arguments -s -w : \
${build_flags[@]} \
'*:file:_path_files -g "*.go"'
'*:file:_files -g "*.go"'
;;
tool)
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