terryma / vim-smooth-scroll

Make scrolling in Vim more pleasant
314 stars 33 forks source link

VIm crashes when I hold CTRL-D #4

Open scvdance opened 11 years ago

scvdance commented 11 years ago

Hi,

I have configured your plugin and it is causing vim to crash when I just hold CTRL-D for a period of time. Do you know about this issue?

lucasicf commented 11 years ago

maybe this issue has to do with the multiple actions of scrolling down buffered to be executed, even when hitting the bottom of the screen. do you experience crash in the middle of the buffer or just only when it reaches the bottom?

I'll send a patch proposal to [maybe] fix this, which will stopping scrolling up/down when reaching the top/bottom.

lucasicf commented 11 years ago

@scvdance Can you try https://github.com/lucasicf/vim-smooth-scroll/commit/d303180b3ef7add7ebee5133120f29a60f0a4a75 and see if it fixes your issue?