Update complete.go

pull/304/head
Anton Medvedev 2 months ago committed by GitHub
parent b6d6acfc47
commit 0a06389234
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -139,7 +139,6 @@ func doComplete(compLine string, compWord string) {
return
}
// Append newline to make sure that input is valid.
input = append(input, '\n')
// If input is bigger than 100MB, skip completion.

Loading…
Cancel
Save