This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: using a single instance of vim in cygwin


On Dec 12 10:18, Robert Bram wrote:
> Hi All,
> 
> I read the tip here for using vim in server mode so that any new files
> you open in vim will go to the same vim instance in a new tab:
> http://piao-tech.blogspot.com/2008/10/open-new-files-as-tabs-in-current-vim.html
> 
> The --servername options doesn't work on my Cygwin vim. Is there any
> work-around to have vim on Cygwin use a single instance?

Plain vim is explicitly build without X support, which is required for
the clientserver option.  This should work with gvim under X, though.
If you want to use plain vim, just build it yourself.  Plain vim for
Cygwin is configured with

  --without-x --enable-gui=no --with-features=huge


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]