Skip to content

Commit

Permalink
add .git/tags to tags search path
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarik committed Feb 7, 2013
1 parent 112d00d commit 613ae87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ set timeoutlen=250 " Time to wait after ESC (default causes an annoy
set clipboard+=unnamed " Yanks go on clipboard instead.
set pastetoggle=<F10> " toggle between paste and normal: for 'safer' pasting from keyboard
set shiftround " round indent to multiple of 'shiftwidth'
set tags=./tags;$HOME " walk directory tree upto $HOME looking for tags
set tags=./tags " walk directory tree upto $HOME looking for tags
set tags+=./git/
set tags+=$HOME/

set modeline
set modelines=5 " default numbers of lines to read for modeline instructions
Expand Down

0 comments on commit 613ae87

Please sign in to comment.