Thanks for your work on this project!
I've encountered a small problem when opening a split on an existing buffer - the BufWinEnter event doesn't fire. (As expected from the docs here) To replicate:
- Open a file with trailing whitespace (it'll be highlighted)
- Create a split on the same buffer with sp
Expected: the new split will also contain highlighted whitespace
Actual: the split does not highlight the whitespace.