tpope / vim-speeddating

speeddating.vim: use CTRL-A/CTRL-X to increment dates, times, and more
http://www.vim.org/scripts/script.php?script_id=2120
971 stars 40 forks source link

Neovim support? #35

Closed MyXelf closed 5 years ago

MyXelf commented 5 years ago

I don't know if your intention is to support Neovim, but there is #23 which addresses one issue i hitted today while migrating to Neovim.

The problem relies on a difference in the reltime() function between Neovim and Vim. I can confirm this PR solves the issue with d<C-X>. There is no problem with the d<C-A> counterpart.

I guess it wouldn't hurt to add to the docs if you have intention to support Neovim.

HTH

tpope commented 5 years ago

Okay, merged.