You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this was a regression introduced in
8c6cc07,
but currently when you call `Border:change_title` you'll see:
```
E5108: Error executing lua .../packer/start/plenary.nvim/lua/plenary/window/border.lua:57: attempt to in
dex local 'thickness' (a nil value)
```
This is because after `Border:__align_calc_config` is called, the new
`border_win_options` were never actually updated in the metatable. This
ensure that after the table is merged that it's correctly updated so
that when `Border:change_title` is called, it still has the correct
reference to these.
0 commit comments