summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-06-06 18:24:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-06-06 18:24:30 (GMT)
commite318b83511cf5db528cd3b72e8204d766a738aa5 (patch)
treedfc60a139bd5e4bffca02c2981a5e0a2943f6ee2 /contrib
parentc8eb5d33092ebf7e6fadb89d4cbd78071b052595 (diff)
parent7d445f518ef3b38a26166d1ee5a4074f15bc7cd1 (diff)
downloadgit-e318b83511cf5db528cd3b72e8204d766a738aa5.zip
git-e318b83511cf5db528cd3b72e8204d766a738aa5.tar.gz
git-e318b83511cf5db528cd3b72e8204d766a738aa5.tar.bz2
Merge branch 'jn/contrib-remove-vim'
Spring cleaning of contrib/. * jn/contrib-remove-vim: contrib: remove vim support instructions
Diffstat (limited to 'contrib')
-rw-r--r--contrib/vim/README22
1 files changed, 0 insertions, 22 deletions
diff --git a/contrib/vim/README b/contrib/vim/README
deleted file mode 100644
index 8f16d06..0000000
--- a/contrib/vim/README
+++ /dev/null
@@ -1,22 +0,0 @@
-Syntax highlighting for git commit messages, config files, etc. is
-included with the vim distribution as of vim 7.2, and should work
-automatically.
-
-If you have an older version of vim, you can get the latest syntax
-files from the vim project:
-
- 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:
-
- 1. Copy these files to vim's syntax directory $HOME/.vim/syntax
- 2. To auto-detect the editing of various git-related filetypes:
-
- $ curl http://ftp.vim.org/pub/vim/runtime/filetype.vim |
- sed -ne '/^" Git$/, /^$/ p' >>$HOME/.vim/filetype.vim