Set easytags not to complain if ctags isn't available

This commit is contained in:
Kevin MacMartin 2014-07-16 09:41:37 -04:00
parent 558148f0b2
commit 1cb50b4988

View file

@ -20,6 +20,7 @@
"EASYTAGS: {{{
let g:easytags_file = '~/.vim/tags'
let g:easytags_suppress_ctags_warning = 1
"prevent automatically generating the tagfile and syntax highlighting tags (default: 0)
if !exists("g:disableautotags")