Files
neovim/runtime/lua/vim/_meta
Gregory Anders 8fb7419d7c refactor: only reload colorscheme if &bg changed (#26598)
Currently, setting &bg at all re-initializes highlights and reloads
the active colorscheme, even if the actual value of &bg has not changed.
With https://github.com/neovim/neovim/pull/26595 this causes a
regression since &bg is set unconditionally based on the value detected
from the terminal.

Instead, only reload the colorscheme if the actual value of &bg has
changed.
2023-12-16 11:18:45 -06:00
..
2023-09-14 08:23:01 -05:00
2023-09-22 23:02:45 +01:00
2023-09-14 08:23:01 -05:00
2023-07-17 16:32:56 +01:00
2023-12-14 12:39:18 +00:00