Closed gsuuon closed 1 year ago
Fixes #13: g:scrollbar_binding_active was defaulted to 1 so setup was being skipped Fixes #11: let g:loaded_scrollbar=1 prevents sourcing the rest of the script, so ToggleScrollbar() wouldn't be defined Adds N map
g:scrollbar_binding_active
let g:loaded_scrollbar=1
N
Fixes #13:
g:scrollbar_binding_active
was defaulted to 1 so setup was being skipped Fixes #11:let g:loaded_scrollbar=1
prevents sourcing the rest of the script, so ToggleScrollbar() wouldn't be defined AddsN
map