daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
716 stars 57 forks source link

Can't open multiple files in one instance from command line #78

Closed bertoldia closed 6 years ago

bertoldia commented 6 years ago

When I try to open multiple files from the command line like so:

nvim-gtk file-a file-b file-c

I'd expect them to all be opened in the same neovim-gtk instance. This is how neovim, vim, gvim (aka vim-gtk) and pretty much every other editor work. Instead, with neovim-gtk each file is opened in it's own instance.

Using v0.1.1-3 on Arch.

daa84 commented 6 years ago

did #74 fix this issue?

bertoldia commented 6 years ago

Yes!!! Thanks, and sorry for creating a DUP.