xolox / vim-notes

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

fix the searching notes issue on python 3 #184

Closed nicholas-zww closed 1 year ago

nicholas-zww commented 3 years ago

Searching notes wont work with python 3 as the self.user_directories is a filter object rather than the list object.