You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using vim to write my .go files and the default behavior of vim is the following:
- write buffer to new file
- delete the original file
- rename the new file
I therefore get a lot of this:
Building project/something...
can't load package: package project/something: no Go files in /home/roland/go/src/project/something
An error occurred while building: exit status 1
My guess is that this has something to do with timers. Your watcher seems to update faster than vim writes/moves the file. Is there any way to modify that?
The text was updated successfully, but these errors were encountered:
Hi,
I'm using vim to write my .go files and the default behavior of vim is the following:
I therefore get a lot of this:
My guess is that this has something to do with timers. Your watcher seems to update faster than vim writes/moves the file. Is there any way to modify that?
The text was updated successfully, but these errors were encountered: