# HG changeset patch # User dnhgff # Date 1430239188 25200 # Node ID fca5dc8c802212226c0cba07cb8caab923d46b84 # Parent 96067ed08fb13f040e73fc00d91cd842dcdd4c82 call expand with 1 to turn off wildignore jic diff -r 96067ed08fb1 -r fca5dc8c8022 autoload/gutentags.vim --- a/autoload/gutentags.vim Tue Apr 28 09:28:23 2015 -0700 +++ b/autoload/gutentags.vim Tue Apr 28 09:39:48 2015 -0700 @@ -98,7 +98,7 @@ " Try and find what tags file we should manage. call gutentags#trace("Scanning buffer '" . bufname('%') . "' for gutentags setup...") try - let b:gutentags_root = gutentags#get_project_root(expand('%:p:h')) + let b:gutentags_root = gutentags#get_project_root(expand('%:p:h', 1)) if filereadable(b:gutentags_root . '/.notags') call gutentags#trace("'notags' file found... no gutentags support.") return