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

Fix bug using Float as String

Open IwanKaramazow opened this issue 9 years ago • 0 comments

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.

IwanKaramazow avatar Nov 14 '16 09:11 IwanKaramazow