Skip to content
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

File not opening when trying to open same file in another session #23

Closed
sdondley opened this issue Mar 30, 2019 · 1 comment
Closed

Comments

@sdondley
Copy link

sdondley commented Mar 30, 2019

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.

@sdondley
Copy link
Author

sdondley commented Mar 30, 2019

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).

The solution to this problem is to move the software component out of the library. See https://macscripter.net/viewtopic.php?pid=194781 for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant