xolox / vim-easytags

Automated tag file generation and syntax highlighting of tags in Vim
http://peterodding.com/code/vim/easytags/
1.01k stars 109 forks source link

Allow enabling both dynamic and file type tags files #12

Closed kstuart closed 13 years ago

kstuart commented 13 years ago

When both options are enabled, project specific tags files take precedence if they exist and are writable, otherwise a file type tags file is used.

xolox commented 13 years ago

Hi Kenny,

Thanks for the pull request! I've merged it in d727ac0cb7b03747d0688d939210af07da4cad60 (also available on Vim Online as version 2.4.5). Happy Vimming!

Peter