GitGutter不起作用

时间:2014-12-08 20:57:41

标签: vim

我尝试使用vim-gitgutter,但它不起作用,我甚至不知道从哪里找到错误的根源。

$ git --version
git version 1.9.3 (Apple Git-50)
$ vim --version | head -1
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Sep 12 2013 14:04:26)
$ ll ~/.vim/autoload/pathogen.vim
-rw-r--r--  1 coder  staff    12K  8 Dec 23:32 /Users/coder/.vim/autoload/pathogen.vim
$ ll ~/.vim/bundle/vim-gitgutter
total 56
-rw-r--r--   1 coder  staff    12K  8 Dec 23:17 README.mkd
drwxr-xr-x   4 coder  staff   136B  8 Dec 23:17 autoload
drwxr-xr-x   3 coder  staff   102B  8 Dec 23:17 doc
drwxr-xr-x   3 coder  staff   102B  8 Dec 23:17 plugin
-rw-r--r--   1 coder  staff    16K  8 Dec 23:17 screenshot.png
drwxr-xr-x  39 coder  staff   1,3K  8 Dec 23:17 test

:echo has('signs')按原样返回1,我可以通过git diff

查看差异

1 个答案:

答案 0 :(得分:1)

事实证明,pathogen未被激活且未加载gitgutter。我通过将以下行添加到~/.vimrc

来修复它
execute pathogen#infect()