xolox / vim-notes

Easy note taking in Vim
http://peterodding.com/code/vim/notes/
1.6k stars 110 forks source link

Error when deleting note when there are no buffers #77

Closed gavruk closed 10 years ago

gavruk commented 10 years ago

This error happens only if there are no buffers. But anyway, note was successfully deleted. When at least 1 buffer is opened, :DeleteNote works great.

Error detected while processing function xolox#notes#delete:
line   16:
E94: No matching buffer for -1
Press ENTER or type command to continue

vimnotes

xolox commented 10 years ago

Thanks for the clear bug report! I think I just fixed this in version 0.26.1. Can you confirm?

gavruk commented 10 years ago

Yes, it fixed now. Thanks