Open IwanKaramazow opened 8 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.
get_ms_since
https://github.com/terryma/vim-smooth-scroll/pull/17 fixes this.
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.