# HG changeset patch # User dnhgff # Date 1430238503 25200 # Node ID 96067ed08fb13f040e73fc00d91cd842dcdd4c82 # Parent 50d2a7cbf7c8743e022377a87326d2e1d69f7a0e call gutentags#get_project_root with absolute path to current file diff -r 50d2a7cbf7c8 -r 96067ed08fb1 autoload/gutentags.vim --- a/autoload/gutentags.vim Sat Apr 11 09:34:34 2015 -0700 +++ b/autoload/gutentags.vim Tue Apr 28 09:28:23 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('%:h')) + let b:gutentags_root = gutentags#get_project_root(expand('%:p:h')) if filereadable(b:gutentags_root . '/.notags') call gutentags#trace("'notags' file found... no gutentags support.") return