gocomplete - Added missing -V option for go tool asm
This commit is contained in:
parent
cb85f6b2a6
commit
a3195dd708
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue