-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
current editing file lost after :GoRun output error text #287
Comments
It's because of |
thank you very much, let's wait for |
I think I've run into this bug while using I forked your repo to study the problem, starting by documenting the (UPDATE) Okay, so the whole start of the line is being parsed as |
this is a sample:
package main
func main() {
println("read 0 byte, err read tcp 127.0.0.1:8800: i/o timeout: []")
}
The text was updated successfully, but these errors were encountered: