vim-git icon indicating copy to clipboard operation
vim-git copied to clipboard

Vim Git runtime files

Results 5 vim-git issues
Sort by recently updated
recently updated
newest added

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. ![git_update-ref](https://github.com/tpope/vim-git/assets/31273423/e6e81cbb-cff6-4737-90b2-ae6c45e0fd10)

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?