diff --git a/internal/complete/complete.go b/internal/complete/complete.go index 6a1a72c..7c81cd1 100644 --- a/internal/complete/complete.go +++ b/internal/complete/complete.go @@ -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.