Merge branch 'sync-repair' of https://github.com/jpgrayson/stgit
[stgit.git] / contrib / vim / README
blob882f6f910488740edeec5f6f918c3908a5def6b8
1 To syntax highlight StGit commit messages in vim:
3  * For the current user only:
4     > mkdir -p ~/.vim/ftdetect ~/.vim/syntax
5     > cp syntax/*.vim ~/.vim/syntax/
6     > cp ftdetect/*.vim ~/.vim/ftdetect/
8  * For all users:
9     # cp syntax/*.vim /usr/share/vim/site/syntax/
10     # cp ftdetect/*.vim /usr/share/vim/site/ftdetect/