]> Creatis software - clitk.git/blobdiff - .vimrc
support for spaces in file names
[clitk.git] / .vimrc
diff --git a/.vimrc b/.vimrc
index 45604d2d6406dbe0fd5c5cc39aa2f95496c72053..216453c7c430d734e032406cb46e48321f4f1b41 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -1,10 +1,10 @@
 "clitk related standards
 "
-set shiftwidth=2
 set cindent
-"set cino={.5s,e-.5s,^-.5s
+set softtabstop=0 "disable
 set expandtab
-set softtabstop=2
+"set cino={.5s,e-.5s,^-.5s
+set shiftwidth=2
 
-set makeprg=/home/joel/workspace/cvs/clitk3/fast_make.sh
+set makeprg=${HOME}/clitk3/fast_make.sh
 set grepprg=clgrep