Everblush / nvim

A port of everblush.vim but written in lua
MIT License
245 stars 16 forks source link

fix: Carets (^) in Status Line #14

Closed OlivaresAbarca closed 2 years ago

OlivaresAbarca commented 2 years ago

When the screen is split multiple carets (^) appear in the Status Line. According to the reference manual this is because the StatusLine value is identical to StatusLineNC.

The reference manual can be reviewed with the command: help StatusLineNC

Before: image

After: image