diff options
| author | jdhao <jdhao@hotmail.com> | 2020-12-26 22:42:52 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-12-26 22:42:52 +0800 |
| commit | f2df367d61c135d1f77b7e6ebb778bd84f4f3661 (patch) | |
| tree | c1f412c54670143da11d3eec20bac2f880d538b7 | |
| parent | cc312a55bc9c2607c4a0d65a517874222b7f149e (diff) | |
Remove git-messenger.vim
It does not work for git version below 1.8.5 (which is what CentOS 7.4
has by default), since it requires -C option. See also
rhysd/git-messenger.vim#67.
| -rw-r--r-- | core/plugins.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index ff3a7d5..79bcf52 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -185,7 +185,6 @@ Plug 'mhinz/vim-signify' " Git command inside vim Plug 'tpope/vim-fugitive' -Plug 'rhysd/git-messenger.vim' " Git commit browser Plug 'junegunn/gv.vim', { 'on': 'GV' } |
