Justin M. Keyes
Justin M. Keyes
> Removing conditional log name regen fixes this: you mean removing the `if (regen)`? We may need to store the old value of `get_vim_var_str(VV_SEND_SERVER)` and then compare it, like: const...
Would be cool but will be hard to implement. Not sure if the use case is strong enough. A more tractable and flexible model, could be to design a way...
Plugin: https://github.com/SunnyTamang/select-undo.nvim looks pretty minimal. @SunnyTamang I think this would be worth including in core, just need to decide the right default mapping.
`{visual}gu` has no existing purpose so that seems fine.
Weird, that isn't documented. Only `:help v_u` is documented. Maybe `zu` is better though. Since it's somewhat confusing for the meaning of `u`/`gu` to be swapped depending on whether visual-mode...
That SGTM. But still, the mapping doesn't matter, since `:undo` can be made to take a range, as a first step.
> if you customize one, it's not a great effort to customize both this was my reasoning. > Looking at random files in GitHub, it doesn't seem to be prevalent...
@MunifTanjim nice idea. The nice thing about cosmetic stuff like this is, we can try a few things over time. Vertical dash and maybe braille dots might be worth trying....
> This actually looks quite confusing if one uses middle dot for showing whitespace. To fix that, default colorscheme can choose `EndOfBuffer` highlight that differs from `Whitespace`.
er... actually please don't work on this, the last attempt was messy. I will do this myself eventually