lornix / vim-scrollbar

An attempt to display a scrollbar with 'thumb' in curses-based vim. Uses the 'sign' feature of vim to display a scrollbar on the left-hand side.
47 stars 12 forks source link

Improve performance of the plugin #12

Open mishadev opened 4 years ago

mishadev commented 4 years ago

I've added b:bar_cache to store rendered parts It's not redrawing with no reason after this change it's usable for day to day work