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

Fix initialization of bindings #10

Closed cskrisz closed 5 years ago

samliu commented 5 years ago

Thanks for sending this, I fixed the method call but still initialize the binding automatically assuming it's uninitialized. The idea is that it should only not initialize the binding if explicitly disabled.