xolox / vim-notes

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

Cannot go well with vim-fugitive #130

Open eduOS opened 8 years ago

eduOS commented 8 years ago

When I was attempting to version control the notes I encountered a trouble that I can stage changes in the Vim but cannot commit. It warns that fugitive: Aborting commit due to empty commit message, but the fact is I cannot save the commit message by entering :wq or :w, so I just :q. Any tips? Thanks.

Best, Lerner

gauteh commented 8 years ago

:+1: ends up in infinite loops of changing the name of the file for me, as the title does not correspond to the file name.

gauteh commented 7 years ago

35

pedrosans commented 7 years ago

Hi @eduOS ,

I has similar problem editing commit messages. Let me know if my changes at https://github.com/pedrosans/vim-notes also fixed you case.

Cheers