Magnus Groß

Results 79 comments of Magnus Groß

The user can just use `set confirm`. We should have consistent behaviour for all operations, not hardcode `confirm` for just tabclosing. I tend to agree that `set confirm` by default...

> If performance is of high importance for this, we should consider a flat map in order to make best use of CPU cache (aka: don't use `std` maps as...

Unfortunately it looks like there is no way to execute something earlier than from `plugin/` directories, is there? ``` List of directories to be searched for these runtime files: filetype.vim...

> Only with `--cmd`. Can you try that , just for troubleshooting ? `nvim --cmd "set background=light"` works (it does not flicker), but obviously I can't use that in a...

Yes I can still reproduce this with `v0.9.5` following the steps from the description (using a plugin that sets background from the `plugin/` directory, e.g. [vim-lumen](https://github.com/vimpostor/vim-lumen)).

@ahayzen-kdab Yes, I don't mind adding operator `+-/*` functions. And I agree, `PartEq` will make sense for containers, I will tackle that next.

> * [ ] AsRef Could you explain what was meant with the last item in that list? Is it solved already?

> So potentially there aren't any others that are useful and it can be marked as done ? Yes, agreed

> Isn't that something that can be handled in CSS? I already have `` in my HTML header, if that's what you mean. While this works for the two major...