From ae19ab20f5167c75d62f1aa25b6633287fde71c0 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Wed, 27 May 2020 23:07:34 +0900 Subject: [PATCH] Move comment line for avoiding completion error --- src/_golang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_golang b/src/_golang index 654dd6c..ed25db8 100644 --- a/src/_golang +++ b/src/_golang @@ -497,6 +497,7 @@ case $state in ;; get) + # no mod_flags for get _arguments \ '-d[instructs get to stop after downloading the packages]' \ '-f[force get -u not to verify that each package has been checked from vcs]' \ @@ -505,7 +506,6 @@ case $state in '-t[also download the packages required to build tests]' \ '-u[use the network to update the named packages]' \ ${build_flags[@]} \ - # no mod_flags for get '*:importpaths:__go_packages' ;;