diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2023-11-29 09:43:11 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-29 09:43:11 -0600 |
commit | 9b4b23493d6976613fc3e8b561c34bb4b808399c (patch) | |
tree | c0e6f61666b07749d6413c80f7afac03e90c33ec /runtime/plugin/man.lua | |
parent | 86cc791debba09c8ed1aa0d863be844108866a38 (diff) | |
download | rneovim-9b4b23493d6976613fc3e8b561c34bb4b808399c.tar.gz rneovim-9b4b23493d6976613fc3e8b561c34bb4b808399c.tar.bz2 rneovim-9b4b23493d6976613fc3e8b561c34bb4b808399c.zip |
fix(defaults): wait until VimEnter to set background (#26284)
The OptionSet autocommand does not fire until Vim has finished starting,
so setting 'background' before the VimEnter event would not fire the
OptionSet event. The prior implementation also waited until VimEnter to
set 'background', so this was a regression introduced when moving
background detection into Lua.
Diffstat (limited to 'runtime/plugin/man.lua')
0 files changed, 0 insertions, 0 deletions