committia.vim icon indicating copy to clipboard operation
committia.vim copied to clipboard

A Vim plugin for more pleasant editing on commit messages

Results 16 committia.vim issues
Sort by recently updated
recently updated
newest added

Hi, does anyone know how to set it up with neogit? Commiting from neogit does not trigger committia.

The screenshots were not at all useful to me in terms of evaluating to use this tool or not. I hope you can reupload with higher resolution.

Committia is not triggered for `git commit --amend`... I also did not find a config option for that. (Moreover, I think no config option would be necessary...)

So are you saying that I can use this with vim-fugitive? I have tried setting `let g:committia_open_only_vim_starting = 1` but when I do `:Gcommit` it brings up the default committing...

Is there a way let the buffer completion work from the diff window?

I am using [vcsh](https://github.com/RichiH/vcsh) which allows me to version control my dotfiles with git. `vcsh` works by (taking a line from its manpage) > vcsh is using a technique called...

enhancement

When I close the open diff, it does not take me back to what file was open. Am I missing something? I am using vim-fugitive. Could this be related to...

I have been getting this error after upgrading recently: ``` "~/.git/COMMIT_EDITMSG" 106L, 1744C Error detected while processing function committia#open..225_open_singlecolumn..225_open_diff_window..225_open_window: line 8: Error detected while processing function committia#open..225_open_multicolumn..225_remove_all_contents_except_for_commit_message: line 4: E21:...

e.g. ``` vim NeoBundleLazy 'Shougo/vimfiler.vim', { \ 'depends' : 'Shougo/unite.vim', \ 'commands' : [ \ {'name' : ['VimFiler', 'Edit', 'Write'], \ 'complete' : 'customlist,vimfiler#complete'}, \ 'Read', 'Source'], \ 'mappings' :...

I would like to have another window which present last few commits. Something like `git log`. Ideally it would take arguments and pass it to `git log`. Alternatively it could...