fmoralesc / vim-pad

a quick notetaking plugin
MIT License
319 stars 22 forks source link

Error when saving a note #92

Open ravl1084 opened 7 years ago

ravl1084 commented 7 years ago

When saving a new note (a note just created with \n) with :wq, I get the following error:

Error detected while processing BufUnload Auto commands for "<buffer=12>":
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/rav/.vim/bundle/vim-pad/pythonx/pad/pad.py", line 41, in update
    V + "bwipeout"
  File "/home/rav/.vim/bundle/vim-pad/pythonx/pad/vim_interface.py", line 24, in _
_add__
    vim.command(cmd)
vim.error: Vim(bwipeout):E937: Attempt to delete a buffer that is in use

The note is saved, though.

If I open an existing note and then save it with :wq, there are no problems