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
chore(refactor): width calculations & version updates
## Details
- Add `widths` method to `Node` class to get width of all lines
- For code blocks always round padding / margin to nearest `tab` if the
text contains a tab, regardless of which side is being calculated
- Make `buf` & `win` fields public in `Context` class
- Remove cache around window width and compute as needed
- Simplify state of `code` renderer by moving logic to where fields are
used, only keep around the width information in `self.data`
- Update help doc neovim version to `0.11.0`
- Set the recommended version to `0.11.0`, minimum remains `0.9.0`
- Other minor internal naming changes
0 commit comments