On Sat, Mar 23, 2024 at 10:15:06AM -0400, James McCoy wrote:
> On Fri, Mar 22, 2024 at 01:42:41PM +0000, Josh Triplett wrote:
> > After upgrading to the new version of neovim, the highlight
> > `WinSeparator` (which links to `VertSplit`) no longer has any visible
> > setting by default. In previous versions, there was an inverse-video bar
> > between windows; now there's only a black bar the same color as normal
> > text background, which makes the windows blend together.
> 
> Do you see the same issue if you run "nvim --clean"?

Ah, that helped track it down. Sorry for the noise; I should have
rechecked with `--clean` before reporting.

It looks like the new version of neovim changed the defaults to use a
vertical bar that *isn't* inverse-video, and I had `vert` overridden in
`fillchars` to a space to rely solely on the inverse-video, so the
combination led to no visible separator. I need to either stop
overriding `vert` or start overriding `WinSeparator`.

Reply via email to