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

Opened note doesn't show up in buffer list #44

Closed binaryphile closed 11 years ago

binaryphile commented 11 years ago

If I have a note open and move to another buffer, I can't find the note in the :ls buffer list.

mrtazz commented 11 years ago

Interesting, might be because of the buffer type, but I will look into it.

atomicules commented 11 years ago

This is probably to do with the use of setlocal bufhidden=delete.

But there maybe a good reason that is being used.

mrtazz commented 11 years ago

hmm I don't recall why that's there, could be totally copy and paste from a scratchbuffer example. So if it works without it, I'm fine with removing it.

atomicules commented 11 years ago

Ok, I shall do some testing and report back (only tested very briefly so far).

atomicules commented 11 years ago

Closed with be33caa98e828d86cd6f3c6126eeb2b51151c188, "Don't use buffhidden=delete on scratch buffers"

atomicules commented 11 years ago

Couldn't find any problems with those lines removed so I've committed and closed this issue out.