Skip to content

Commit

Permalink
contrib/vim: change URL to point to the latest syntax files
Browse files Browse the repository at this point in the history
Vim's SVN repository doesn't offer the latest runtime files, since
normally they are only updated there on a release. Though currently
there is no difference between the SVN and HTTP/FTP version of the git
syntax files.

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Markus Heidelberg authored and Junio C Hamano committed Jan 13, 2009
1 parent 1562445 commit abc776f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions contrib/vim/README
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ automatically.
If you have an older version of vim, you can get the latest syntax
files from the vim project:

http://vim.svn.sourceforge.net/viewvc/vim/trunk/runtime/syntax/git.vim
http://vim.svn.sourceforge.net/viewvc/vim/trunk/runtime/syntax/gitcommit.vim
http://vim.svn.sourceforge.net/viewvc/vim/trunk/runtime/syntax/gitconfig.vim
http://vim.svn.sourceforge.net/viewvc/vim/trunk/runtime/syntax/gitrebase.vim
http://vim.svn.sourceforge.net/viewvc/vim/trunk/runtime/syntax/gitsendemail.vim
http://ftp.vim.org/pub/vim/runtime/syntax/git.vim
http://ftp.vim.org/pub/vim/runtime/syntax/gitcommit.vim
http://ftp.vim.org/pub/vim/runtime/syntax/gitconfig.vim
http://ftp.vim.org/pub/vim/runtime/syntax/gitrebase.vim
http://ftp.vim.org/pub/vim/runtime/syntax/gitsendemail.vim

These files are also available via FTP at the same location.

To install:

Expand Down

0 comments on commit abc776f

Please sign in to comment.