soramugi / auto-ctags.vim

Vim plugin to execute ctags command on file change

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple ctags to prevent run

soramugi opened this issue · comments

idea

if [ -z "$AUTO_CTAGS" ]; then AUTO_CTAGS=1; ctags -R; AUTO_CTAGS=; fi