vim:autotag start silently
This commit is contained in:
parent
e43b582944
commit
60702677c4
@ -217,7 +217,7 @@ fun! s:AutotagsInit()
|
|||||||
while l:dir != "/"
|
while l:dir != "/"
|
||||||
if getftype(g:autotagsdir . '/' . s:PathHash(l:dir)) == "dir"
|
if getftype(g:autotagsdir . '/' . s:PathHash(l:dir)) == "dir"
|
||||||
let s:autotags_subdir = g:autotagsdir . '/' . s:PathHash(l: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
|
break
|
||||||
endif
|
endif
|
||||||
" get parent directory
|
" get parent directory
|
||||||
|
Loading…
Reference in New Issue
Block a user