diff options
author | Remko Tronçon <git@el-tramo.be> | 2012-05-08 18:41:27 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2012-05-08 18:41:27 (GMT) |
commit | 142d8af2565ff2b9770bc5eea63ee3350c96d017 (patch) | |
tree | af15421dd152b08ae20d6200a02bdc1066533b18 /.project.vimrc | |
parent | dcc910b9d8b1b806f9856eda130510c37065f2d4 (diff) | |
download | swift-contrib-142d8af2565ff2b9770bc5eea63ee3350c96d017.zip swift-contrib-142d8af2565ff2b9770bc5eea63ee3350c96d017.tar.bz2 |
Rename .vimrc -> .project.vimrc
Diffstat (limited to '.project.vimrc')
-rw-r--r-- | .project.vimrc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.project.vimrc b/.project.vimrc new file mode 100644 index 0000000..c8b3e21 --- /dev/null +++ b/.project.vimrc @@ -0,0 +1,15 @@ +" Some useful VIM stuff for developing Swift +" +" Add the following in your ~/.vimrc to automatically load this when +" you open vim in the toplevel directory: +" +" if filereadable(".vimrc") +" source .vimrc +" endif +" + +" CPPUnit QuicFix support +set errorformat+=%E%.%#\ test:\ %.%#line:\ %l\ %f,%Z%m + +" SCons support +set makeprg=python\ 3rdParty/SCons/scons.py\ check=1 |