vim:autotag start silently

This commit is contained in:
Mathieu Maret 2017-11-24 10:42:09 +01:00
parent e43b582944
commit 60702677c4
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ fun! s:AutotagsInit()
while l:dir != "/"
if getftype(g:autotagsdir . '/' . s:PathHash(l:dir)) == "dir"
let s:autotags_subdir = g:autotagsdir . '/' . s:PathHash(l:dir)
echomsg "autotags subdir exist: " . s:autotags_subdir
"echomsg "autotags subdir exist: " . s:autotags_subdir
break
endif
" get parent directory