Christian Brabandt
Christian Brabandt
What kind of a character is this? Note this section in the help at [:h 'listchars'](https://vimhelp.org/options.txt.html#%27listchars%27) > [UTF-8](https://vimhelp.org/mbyte.txt.html#UTF-8) characters can be used when ['encoding'](https://vimhelp.org/options.txt.html#%27encoding%27) [is](https://vimhelp.org/motion.txt.html#is) "[utf-8](https://vimhelp.org/mbyte.txt.html#utf-8)"[,](https://vimhelp.org/motion.txt.html#%2C) otherwise only printable >...
@vim/admins any opinion on this one please?
thanks putting on hold then, seems too controversial
Sorry I don't get it, there were some complains in https://github.com/vim/colorschemes/issues/250 about the default Visual highlighting and I have attempted to improve this in #13663 and after the feedback I...
> This doesn't mean that fixing inconsistent or effectively unpredictable behaviour isn't worth it. I tried to gradually fix it by moving non-controversial changes to the C core. Still there...
Thanks @benknoble for the headsup! Let's try to avoid endless fruitless discussions. I am also thinking to document what we can expect from Vim development. Something like a mission statement,...
Okay, so I reworked the whole thing. Now it does **not** change the default settings. However, users can now use `--load-defaults` to always load `defaults.vim` and `--no-load-defaults` to always skip...
if those keys move the cursor, the event should be triggered. Also for other keys like `` etc. Otherwise it would be inconsistent. It seems we also need a few...
It seems a bit too specific, if it only fires when the command line did not change. I would think it should always fire and you would need to figure...