andreyorst / powerline.kak

Kakoune modeline, but with passion
MIT License
50 stars 8 forks source link

Fix position section #15

Closed Anfid closed 4 years ago

Anfid commented 4 years ago

Separate position section update for same buffer opened in multiple windows in same session

Breaking change: No

Description: Previously if same buffer was open in multiple windows in the same session, on every cursor move position was updated for all windows with this buffer opened. This commit fixes that, hopefully without breaking any other cases I may not be aware of.

andreyorst commented 4 years ago

Seems reasonable