Christian Clason
Christian Clason
> I'm also wondering about the etiquette of opening PRs agains vim. I have no interest in doing so myself but I quickly checked and this part of core vim...
Catalina (still a prerelease, by the way!) has once again stepped up security, this time to cover even unsigned terminal programs. After you get the error message, you can try...
Unfortunately, signing is no longer enough, you also need to get it notarized: https://developer.apple.com/news/?id=09032019a, see also https://developer.apple.com/documentation/security/notarizing_your_app_before_distribution/resolving_common_notarization_issues as well as https://www.update.rocks/blog/osx-signing-with-travis/ (@qvacua had some choice words for that in relation...
@benfrain Make sure you look at the pinned issue about updating the `libvterm` dependency, then!
@ecosse3 If you need/want to keep neovim _really_ up-to-date, I'd recommend just cloning the repo and building from source. Just `make; sudo make install` should work fine. (It's also much...
@ecosse3 Please check the pinned issue and try the remedies (especially reinstalling LuaJIT from source). In any case, your issue is unrelated to notarization. (By the way, the relevant bit...
> Find the nvim binary in finder -> right click -> open. It'll give you the warning but allow you click open instead of just moving it to trash. It'll...
Can the new `get_node_text` be combined with the _other_ `get_node_text`s? (https://github.com/neovim/neovim/pull/18232#issuecomment-1107800511)
Also exception: `gq` -- which _would_ be a precedent for `gs` as proposed here.
@MDeiml If you have a plan for it, go ahead!