gocomplete - Added missing -V option for go tool asm

This commit is contained in:
Craig Hesling 2018-04-10 01:39:19 -04:00
parent cb85f6b2a6
commit a3195dd708
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ func main() {
"-D": complete.PredictAnything,
"-I": complete.PredictDirs("*"),
"-S": complete.PredictNothing,
"-V": complete.PredictNothing,
"-debug": complete.PredictNothing,
"-dynlink": complete.PredictNothing,
"-e": complete.PredictNothing,