Argh, I also couldn't make gvim start up in cygwin... got stuck with
X terminal configuration. though display variable is set.
Thanks
They should already work. I can execute
vim -u NONE
in either a Cygwin console or in an rxvt window and arrows work just
fine.
> Argh, I also couldn't make gvim start up in cygwin... got stuck with
> X terminal configuration. though display variable is set.
Cygwin's gvim is in a separate package from vim. If you only installed
the vim package, you get only vim.
--
Gary Johnson
Thanks
> in either a Cygwin console or in an rxvt window and arrows work just
> fine.
>
> > Argh, I also couldn't make gvim start up in cygwin... got stuck with
> > X terminal configuration. though display variable is set.
>
> Cygwin's gvim is in a separate package from vim. If you only installed
> the vim package, you get only vim.
>
> --
> Gary Johnson
I did install gvim package, but when I start the app, i get the
following error: E233: cannot open display
>
> I did install gvim package, but when I start the app, i get the
> following error: E233: cannot open display
You need a X-Server to 'display' any X-Application
Hmm. I can see having trouble with the arrow keys running vim on a
typical Unix system, but I don't know what could go wrong on Cygwin.
What kind of console or terminal are you running vim in? What is the
response from the shell command "which vim"? What is the output of the
shell command "vim --version"? You might also run the command "cygcheck
-c" to verify that your Cygwin packages are complete and installed
correctly.
--
Gary Johnson
Thank you, but that's not what I asked for. I asked for the output of
the command "vim --version", which includes a lot of information about
how that particular instance of the executable was built.
Also, I'm grasping at straws here. I don't know what could be causing
the problem you're seeing, but I thought with enough information about
your system and the environment in which you're running vim, something
might pop out as a possible cause. Without more information than you've
provided so far, I can't do any more to help.
--
Gary Johnson