Cannot go well with vim-fugitive
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
:+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.
#35
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