Gregory Anders
Gregory Anders
>default should be `.,,,` not empty Indeed, and that is the value set in this PR.
Rebased on master.
@justinmk Please review changes to `vim_diff` @zeertzjq Please review changes to oldtests
I’m not in favor of adding workarounds for misbehaving servers, unless there is a *very* compelling reason. As a project we generally adhere to the position that we implement the...
>Something _like_ this could reduce friction with LSP issues, since atm, getting the log file is rather tedious Not opposed to it, but just to point this out: `:checkh lsp`...
Is `redrawstatus` "cheap" if the statusline hasn't changed? Otherwise, this could be wasteful if the user doesn't use LSP status messages in their statusline (unless we include _that_ by default...
Argument against `gr` prefix is that if a user does want to restore the builtin `gr` behavior, they would have to delete _all_ of the mappings under the `gr` prefix...
> I don't think the same argument applies to plugins that map `gl`. The builtin `gr` can be following by any character, but that's not likely to apply to plugins...
cc @luukvbaal
The specific cause seems to be the `ui_flush()` call at the end of `nvim__redraw()`, which was not present in `nvim__buf_redraw_range()`.