susam/vimer

Can I specify a vim instance name where file would be opened?

Closed this issue · 2 comments

Hi

Is it possible to update the script to take the vim instance name as an argument where the file would be opened.

If that can be supported that would be super awesome.

Thanks in advance

susam commented

Thanks for opening this issue and describing the feature you wanted.

This has been resolved now in commit 486e2b7 and available in version 0.2.0.

A new option, -s or --server, has been added to open a new GVim or MacVim instance with a specified server name or open files in an existing instance with a specified server name.

thanks a lot