Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Fix NeoVIM >= 0.3.2 #2712

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

losinggeneration
Copy link

  • NeoVIM 0.3.2 changed the command line options so that --embed no
    longer implies --headless. This adds it back to be explicitly set.
  • See neovim/neovim@4da5cb3

#2704 (comment) @CrossR mentions working on what's probably a more proper update based on the new behavior for neovim>=0.3.2. This PR just restores the previous behavior.

I believe this closes #2706 and also closes #2704

* NeoVIM 0.3.2 changed the command line options so that --embed no
  longer implies --headless. This adds it back to be explicitly set.
* See neovim/neovim@4da5cb3
@justinmk
Copy link

This will stop the bleeding, but it also completely defeats the purpose of the improved --embed behavior, so I hope #2613 is resolved.

@losinggeneration
Copy link
Author

@justinmk Exactly, I forgot to link to that. Basically this just gets it back to working until #2613 is finished up.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

oni 0.3.9 not working with nvim 0.3.3 Oni can't display the contents of any file(including tutorials)
2 participants