vim-smooth-scroll
vim-smooth-scroll copied to clipboard
Fix bug using Float as String
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.