vim-smooth-scroll icon indicating copy to clipboard operation
vim-smooth-scroll copied to clipboard

Doesn't work with all filetypes

Open obxhdx opened this issue 11 years ago • 1 comments

I noticed that for some filetypes it doesn't work at all (e.g. tmux, conf).

For example, in any given file, if I exec set filetype=ruby, smooth scrolling works fine, but as soon as I exec set filetype=conf it stops working.

obxhdx avatar Oct 11 '14 00:10 obxhdx

For anyone who have this issue: try setting the second argument duration to positive value if you haven't already. With 15 it works flawlessly for me in any filetype, without it there's no scrolling animation in some filetypes (mainly ones without syntax highlighting)

bbrtj avatar Jun 07 '19 08:06 bbrtj