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.
48 stars 11 forks source link

Issues with ToggleScrollbar() #11

Open skupjoe opened 5 years ago

skupjoe commented 5 years ago
  1. If vim-scrollbar is enabled by default and ToggleScrollbar() is triggered, then vim-scrollbar is disabled as expected. However, executing this function again does not re-enable the plugin.

  2. If vim-scrollbar is disabled by default and ToggleScrollbar() is triggered, then vim returns an error: Unknown function: ToggleScrollbar.

Vim Version Info: vim-version.txt

testing-in-chrome commented 5 years ago

Same thing happens here. Any updates on this?