simplenote-vim / simplenote.vim

vim plugin to interact with the simplenote service
http://www.vim.org/scripts/script.php?script_id=3582
MIT License
368 stars 31 forks source link

Version history shows "undefined" #72

Closed niekomaatjes closed 8 years ago

niekomaatjes commented 8 years ago

1) Save a note through simplenote.vim; 2) Make some changes on https://app.simplenote.com/; 3) View Version History there, and move the slider one step left from "Current"; 4) The text changes to "undefined".

This behavior is present in the iOS app too, but shows as "Today + seemingly random time" instead of "undefined".

m1foley commented 8 years ago

I'm unable to recreate.

When I create a new note with :Simplenote -n, I see this in my web browser and can't drag the slider:

screenshot

When I then modify the file, the slider behaves as expected: it says the creation time and I can restore.

screenshot

atomicules commented 8 years ago

Also not seeing this. You're not by chance running a really old version of Simplenote.vim are you? Because I seem to recall this used to be an issue, but commits were made to fix it awhile ago.

See: https://github.com/mrtazz/simplenote.vim/commit/f0fa5c80c35d470779a76ffa728d1fc9f510c5dc and issue #45.

niekomaatjes commented 8 years ago

You're right, I mistakenly thought I had a recent version. Thanks for taking a look!