vim-git
vim-git copied to clipboard
Vim Git runtime files
Support `update-ref`, that appears in `git rebase --rebase-merges`. It needs `refs/heads/` path prefix (the branch info file path in `.git` dir), so colored that part, too. 
The syntax file for filetype=git includes syntax patterns for git word diff mode (git --diff --word-diff). However, if the first line after the diffLine `@@` is empty the patterns fail...
Could you support syntax highlighting for `git range-diff` output? It's useful in rebasing... ---- Sample output of the command is below: ```text % git range-diff base..tmp base..master 1: b92fe39 =...
Hi, Thanks for your amazing plugins. Can you provide a license with this plugin as well please? Many thanks!
Now that `` are [mapped by default](https://github.com/tpope/vim-git/blob/485e38f29494e46a9998100e707c755d114155f1/ftplugin/gitrebase.vim#L42) (overriding global [C-X/A](https://github.com/Konfekt/vim-CtrlXA)), would you mind making them `vim-repeat`able as well?