Magnus Groß
Magnus Groß
If someone wants to take this on and needs some help, take a look at how MacOS support was added: https://github.com/vimpostor/vim-lumen/pull/4 You could watch the Registry for key changes, specifically...
One workaround would be to hide all such messages: https://github.com/neoclide/coc.nvim/issues/2702#issuecomment-1152887389
> presentation density (though in PPCM as the metric system won) Hadn't thought of that, now that's much more reasonable than DPI. > Clients do not (and should not) reason...
Sorry to necrobump this, but has there been any reconsiderations on adding hookline? In the previous comments I see that adding zoom is controversial and I get that, but what...
Seems to be fixed with [patch 9.0.0192](https://github.com/vim/vim/commit/fdc5d17d58cc9c9edc9fb2816e1afaabc531bf1e). I can also confirm that this fixes the crash that I already reported in the original PR: https://github.com/vim/vim/pull/10675#issuecomment-1181665395
>I have been wondering if we should roll this back and work on another >solution. > >For the alternate solution I was thinking of never having a command >line, but...
> I am the patch author. Yes, thank you very much for your neovim patch. I am also a fan of your `cmdheight=0` work, I appreciate what you are doing!...
> Wouldn't it be better to add a command or function that displays a message in a user-defined way? E.g. in a popup or a message window. This would fall...
> A plugin or anything that displays a message must have some idea of where and how it shows up. If that becomes unpredictable, various things may not go according...
> @vimpostor The message popup window feature is already implemented. The feature is needed? Yes, the message popup window feature works for me too. (Although there are still some bugs...