terryma / vim-smooth-scroll

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

Bug using Float as String #18

Open IwanKaramazow opened 7 years ago

IwanKaramazow commented 7 years ago

There's a bug inside the get_ms_since function. It tries to use a float as a string. Vim runs very slowly/crashes due to the above.

https://github.com/terryma/vim-smooth-scroll/pull/17 fixes this.