blob: 771522b35d266cbd757a86c9b27616c32a74496c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
" 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(".project.vimrc")
" source .project.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
set noexpandtab
|