Mercurial > vim-gutentags
diff autoload/gutentags.vim @ 147:d566ec6cd2f7
Merge changes.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 26 Nov 2016 16:33:41 -0800 |
parents | 7bc4df0225d1 3459a2522a3b |
children | b178f2251982 |
line wrap: on
line diff
--- a/autoload/gutentags.vim Sat Nov 26 16:28:43 2016 -0800 +++ b/autoload/gutentags.vim Sat Nov 26 16:33:41 2016 -0800 @@ -104,7 +104,7 @@ " Finds the first directory with a project marker by walking up from the given " file path. function! gutentags#get_project_root(path) abort - if g:gutentags_project_root_finder + if g:gutentags_project_root_finder != '' return call(g:gutentags_project_root_finder, [a:path]) endif