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

Allow multiple notes to be open at the same time #43

Closed binaryphile closed 10 years ago

binaryphile commented 11 years ago

When I open a note and then want to open another, the original note is no longer accessible. I'd like to be able to have them open in split panes.

mrtazz commented 11 years ago

I think it does that already when the note has unsaved changes. Maybe there is a way to trigger that behaviour for all notes.

atomicules commented 11 years ago

When I open notes from the list (:Simplenote -l) the default behaviour is that they open in split panes and are displayed side by side (or top to bottom).

atomicules commented 10 years ago

Closing as unable to confirm this is still an issue.

atomicules commented 10 years ago

You know what, I wonder if the OP was using a more recent version of Vim at the time? I've noticed with 7.4 that the behaviour is screwy now: Opening a note uses the list index buffer. Wonder if this issues was related?