diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -1,15 +0,0 @@ -" 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 |