summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.project.vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.project.vimrc b/.project.vimrc
index c8b3e21..ff5a1e0 100644
--- a/.project.vimrc
+++ b/.project.vimrc
@@ -1,15 +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
+" 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