Skip to content

Commit

Permalink
Add a vim config line that recurses upward, looking for tag directories
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Aug 22, 2011
1 parent f5a6c86 commit e0f3e5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/.vimrc
Expand Up @@ -7,6 +7,9 @@ set scrolloff=3
set title
set backspace=indent,eol,start

" recurse upward, looking for tags
set tags=./tags;/

autocmd BufNewFile,BufRead COMMIT_EDITMSG set filetype=gitcommit

set list listchars=tab:\|_,trail:.
Expand Down

0 comments on commit e0f3e5a

Please sign in to comment.