# HG changeset patch # User Mads Kiilerich # Date 1355092396 -3600 # Node ID 6db1642288c0988c204b5085f6388d29c495d02a # Parent 48f797ac0879774d394d6d2ca421b06f927a176f contrib: state explicitly how hgtest.vim can be installed diff -r 48f797ac0879 -r 6db1642288c0 contrib/vim/hgtest.vim --- a/contrib/vim/hgtest.vim Sun Dec 09 23:33:16 2012 +0100 +++ b/contrib/vim/hgtest.vim Sun Dec 09 23:33:16 2012 +0100 @@ -2,7 +2,8 @@ " Language: Mercurial unified tests " Author: Steve Losh (steve@stevelosh.com) " -" Add the following line to your ~/.vimrc to enable: +" Place this file in ~/.vim/syntax/ and add the following line to your +" ~/.vimrc to enable: " au BufNewFile,BufRead *.t set filetype=hgtest " " If you want folding you'll need the following line as well: