mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-10 20:13:47 -05:00
Search upwards for tags file
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user