From fe0a585043ef872387ad53d8c3529a889cb16ec4 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Thu, 20 Oct 2011 14:52:04 +0200 Subject: [PATCH] Use tabs then spaces --- .vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.vimrc b/.vimrc index 2f88ca6..51233ac 100644 --- a/.vimrc +++ b/.vimrc @@ -104,8 +104,7 @@ set tabstop=4 set softtabstop=4 set shiftwidth=4 " real tabs -set noexpandtab -set smarttab +" set noexpandtab if has("autocmd") " python @@ -398,8 +397,9 @@ let OmniCpp_MayCompleteArrow = 1 " autocomplete after -> let OmniCpp_MayCompleteScope = 1 " autocomplete after :: set path=.,..,/usr/local/include,/usr/include - -set tags=./tags " in file directory +" Will search from current dir to home +set tags+=./tags;$HOME +set tags+=./tags " in file directory set tags+=tags " in current directory "for when programming in build dir set tags+=../tags