Open jaxbot opened 10 years ago
Summary: you need a vim compiled with +X11.
The "no registered server" message means that Vroom couldn't start vim in server mode for some reason. Usually it's because of some problem with you X environment (for instance, it doesn't work well over x-forwarding). In this case it looks like you vim is compiled without the X11 feature. X11 is required to use the server flag, which is how Vroom automates the vim commands in your tests.
By that logic, I suppose it's also normal that Vroom will not run on a machine with X11 but only with a tty running?
If there's no X server running, you can't use server mode. If there's an X running you can typically connect to it even if your session doesn't by figuring out which DISPLAY to use. For instance, if I ssh to a machine where X is running, I can usually use vroom with DISPLAY=:0, even though I'm not actually "looking at" the windows that server is managing.
Any thoughts on this? Can't get any Vroom tests to run, the results are always along the lines of:
My gissues.vroom file is simply:
My Vim version:
No rush to look into this; just trying to make testing my github-issues plugin automatic as it's been sitting on my bucket list for a while.
Thanks for your time!