Skip to content

Commit bd2734a

Browse files
committed
Merge branch 'jn/maint-trim-vim-contrib'
Remove instructions for old vim support, which is better described in the upstream vim documentation. * jn/maint-trim-vim-contrib: contrib/vim: simplify instructions for old vim support
2 parents e928b70 + 9a6dcb3 commit bd2734a

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

contrib/vim/README

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@ To install:
1717

1818
1. Copy these files to vim's syntax directory $HOME/.vim/syntax
1919
2. To auto-detect the editing of various git-related filetypes:
20-
$ cat >>$HOME/.vim/filetype.vim <<'EOF'
21-
autocmd BufNewFile,BufRead *.git/COMMIT_EDITMSG setf gitcommit
22-
autocmd BufNewFile,BufRead *.git/config,.gitconfig setf gitconfig
23-
autocmd BufNewFile,BufRead git-rebase-todo setf gitrebase
24-
autocmd BufNewFile,BufRead .msg.[0-9]*
25-
\ if getline(1) =~ '^From.*# This line is ignored.$' |
26-
\ setf gitsendemail |
27-
\ endif
28-
autocmd BufNewFile,BufRead *.git/**
29-
\ if getline(1) =~ '^\x\{40\}\>\|^ref: ' |
30-
\ setf git |
31-
\ endif
32-
EOF
20+
21+
$ curl http://ftp.vim.org/pub/vim/runtime/filetype.vim |
22+
sed -ne '/^" Git$/, /^$/ p' >>$HOME/.vim/filetype.vim

0 commit comments

Comments
 (0)