mhinz / neovim-remote

:ok_hand: Support for --remote and friends.
MIT License
1.75k stars 83 forks source link

Can't combine `vsplit` with `line number` #109

Closed snoblenet closed 5 years ago

snoblenet commented 5 years ago

These work as expected but neither combines the two features I need to use together:

One of these should do what I need, but none of them work:

Thoughts?

mhinz commented 5 years ago

Do all these cases work with Vim? If so, it should be changed, of course.

If you just want to get it done, remember that + merely executes commands (:99 in Vim takes you to line 99). So, in the meanwhile, you could use nvr -c 99 -O path/to/file.js.