Search upwards for tags file

This commit is contained in:
Tim Pope
2014-07-07 00:15:06 -04:00
parent d002540b6c
commit 64aa12b07b

View File

@@ -54,6 +54,10 @@ if &listchars ==# 'eol:$'
set listchars=tab:>\ ,trail:-,extends:>,precedes:<,nbsp:+ set listchars=tab:>\ ,trail:-,extends:>,precedes:<,nbsp:+
endif endif
if has('path_extra')
setglobal tags-=./tags tags^=./tags;
endif
if &shell =~# 'fish$' if &shell =~# 'fish$'
set shell=/bin/bash set shell=/bin/bash
endif endif