File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2019,6 +2019,7 @@ end
20192019T [' Scroll' ][' can be done in signature window' ] = function ()
20202020 if child .fn .has (' nvim-0.10' ) == 0 then MiniTest .skip (" 'smoothscroll' requires Neovim>=0.10" ) end
20212021
2022+ child .o .smoothscroll = true
20222023 child .lua (' MiniCompletion.config.window.signature.height = 4' )
20232024 child .lua (' MiniCompletion.config.window.signature.width = 4' )
20242025
@@ -2041,6 +2042,7 @@ T['Scroll']['can be done in signature window'] = function()
20412042end
20422043
20432044T [' Scroll' ][' can be done in both windows' ] = function ()
2045+ child .o .smoothscroll = true
20442046 child .lua (' MiniCompletion.config.window.info.height = 4' )
20452047 child .lua (' MiniCompletion.config.window.signature.height = 4' )
20462048 child .lua (' MiniCompletion.config.window.signature.width = 4' )
You can’t perform that action at this time.
0 commit comments