Mercurial > vim-gutentags
changeset 81:d9bf24ba7f35
Merge pull-request #39 from GitHub.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 08 Aug 2015 22:46:39 -0700 |
parents | f08ae081b061 (current diff) 51c1a57811b3 (diff) |
children | a837021a2388 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/autoload/gutentags.vim Sat Aug 08 22:40:07 2015 -0700 +++ b/autoload/gutentags.vim Sat Aug 08 22:46:39 2015 -0700 @@ -67,7 +67,7 @@ let l:markers += g:ctrlp_root_markers endif while l:path != l:previous_path - for root in g:gutentags_project_root + for root in l:markers if getftype(l:path . '/' . root) != "" let l:proj_dir = simplify(fnamemodify(l:path, ':p')) return gutentags#stripslash(l:proj_dir)