terryma / vim-smooth-scroll

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

Fix bug using Float as String #17

Open IwanKaramazow opened 7 years ago

IwanKaramazow commented 7 years ago

Vim tries to use a Float as String, if we divide with a float in the get_ms_since function. The plugin runs very slowly/hangs dueto this bug.

The commit inside the pr fixes the above.