We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22975ee commit 7e043f4Copy full SHA for 7e043f4
lua/scrollview.lua
@@ -2650,8 +2650,9 @@ local enable = function()
2650
\ | execute "lua require('scrollview').refresh_bars_async()"
2651
\ | endif
2652
2653
- " Refresh scrollview when text is changed in insert mode. This way,
2654
- " scrollbars and signs will appear/hide accordingly when modifying text.
+ " Refresh scrollview when text is changed in insert mode (and
+ " scrollview_hide_on_text_intersect is set). This way, scrollbars and
2655
+ " signs will appear/hide accordingly when modifying text.
2656
autocmd TextChangedI *
2657
\ if g:scrollview_hide_on_text_intersect
2658
0 commit comments