@equalsraf
@equalsraf
Using Sierra here. I installed nvim-qt using brew.and dragged the app from /usr/local/Cellar/... to Applications. From the **Open with -> Other** I was able to set **Always open with**. But...
Not much that can be done for this right now, its being fixed upstream (https://github.com/equalsraf/neovim-qt/issues/50#issuecomment-144577335, neovim/neovim#3646)
ref https://github.com/neovim/neovim/issues/3901 https://github.com/neovim/neovim/issues/1984
> I'm just subscribing to this bug based on #333 being closed as a dup of this one. :D FYI there should be a subscribe button on the right sidebar.
Added a patch for this in https://github.com/equalsraf/neovim-qt/pull/463. The only way I found to handle this case was to insert a `` in the input.
This look awesome. Thanks @rprichard. I cleaned up that FindWinpty.cmake a bit (its just as easy to drop the winpty files in .deps/usr) and it should be a bit more...
The builds in 810 from appveyor already have neovim+winpty. https://ci.appveyor.com/project/equalsraf/neovim/branch/tb-mingw You can get neovim-qt from its release page https://github.com/equalsraf/neovim-qt/releases
Looking at the msys2 releases, it seems the winpty.dll does not depend on msys-2.dll (which makes sense, since thats exactly what neovim needs for native builds). It might make sense...
> Would that useful for neovim? Very. In fact this is very similar to the structure I had in place to fetch a prebuilt zip for winpty.
> One clarification, do you have code that is dependent on the header size? More or less, I need to enforce a limit on the payload size and since `message_max_size()`...