public
Description: My vim files for Git
Clone URL: git://github.com/motemen/git-vim.git
Syntax for git-diff --stat.
motemen (author)
Wed Jul 23 20:38:44 -0700 2008
commit  b0c8748f9544e758b0241ec376699a6d52d0758b
tree    a86d6685c3966a45185335ae6d4452be6105ba94
parent  872e83f184fdadf96d106b35b5ff8489a6a8e8ca
...
71
72
73
74
 
75
76
77
...
71
72
73
 
74
75
76
77
0
@@ -71,7 +71,7 @@ function! GitDiff(args)
0
     endif
0
 
0
     call <SID>OpenGitBuffer(git_output)
0
- setlocal filetype=diff
0
+ setlocal filetype=git-diff
0
 endfunction
0
 
0
 " Show Status.
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 runtime syntax/diff.vim
0
-set filetype=
0
+setlocal filetype=
0
 
0
 syntax match gitStatusComment +^#.*+ contains=ALL
0
 

Comments

    No one has commented yet.