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 had Conway's old version of autoswap working. At some point, it stopped working properly. I would open another version of a file in a different vim session and it would give me a black screen. I could usually hit CTRL-C and bring up the file. Sometimes, though, especially, with tmux, the file would hang indefinitely and never open.
I decided to try to address this issue with this plugin. However, now the second file refuses to load at all. After doing vim <file>, the screen goes black briefly and then spits me back out to command line.
I've got nvim 0.3.4, which I suspect might be the issue. I'm running MacOS with vim 8. Please advise.
The text was updated successfully, but these errors were encountered:
OK, found the problem. I got a hint with the help of this issue: #20.
The problem is particular to my environment and, specifically, some kind of weird bug with some software installed on my machine. Every time the osascript command is issued, hundreds of errors are thrown by this software component from "EyeTV" for watching TV on your computer (it's an older piece of software).
I had Conway's old version of autoswap working. At some point, it stopped working properly. I would open another version of a file in a different vim session and it would give me a black screen. I could usually hit CTRL-C and bring up the file. Sometimes, though, especially, with tmux, the file would hang indefinitely and never open.
I decided to try to address this issue with this plugin. However, now the second file refuses to load at all. After doing
vim <file>
, the screen goes black briefly and then spits me back out to command line.I've got nvim 0.3.4, which I suspect might be the issue. I'm running MacOS with vim 8. Please advise.
The text was updated successfully, but these errors were encountered: