xolox / vim-notes

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

Feature request: add command to open most recently edited note #38

Closed JonathanReeve closed 11 years ago

JonathanReeve commented 11 years ago

It'd be great if there were a command like :NoteMostRecent or :OpenRecentNote that would open the most recently edited note.

xolox commented 11 years ago

Done :-). The vim-notes plug-in now supports the command :MostRecentNote. Thanks for the suggestion! If there's anything you don't like about it, feel free to reopen this issue or create a new one.

JonathanReeve commented 11 years ago

Awesome. That was fast. Is it missing the function, though? I'm getting

Error detected while processing /home/jon/Dropbox/Settings/.vim/bundle/vim-notes
/ftplugin/notes.vim:
line  138:
E117: Unknown function: xolox#notes#recent#track
xolox commented 11 years ago

Crap, you're right, I forgot to actually add the new script :-s. I just uploaded a new release, it should be there now. Sorry about that :-).

JonathanReeve commented 11 years ago

Works great now, thanks.