You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When saving a new note (a note just created with
\n
) with:wq
, I get the following error:The note is saved, though.
If I open an existing note and then save it with
:wq
, there are no problemsThe text was updated successfully, but these errors were encountered: