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

give precedence to dynamic files over storage by filetype #111

Closed cornerman closed 9 years ago

cornerman commented 9 years ago

whenever g:easytags_by_filetype and g:easytags_dynamic_files are both set, easytags now writes to the dynamic tags file.

fixes #102

xolox commented 9 years ago

Hi Johannes and thanks for the contribution!

The behavior described in #102 seems to have been caused by an oversight of mine and it looks like your changes implement the expected behavior, so I've now merged your pull request.

I did make quite a few changes, but AFAIK I haven't changed the (correct) the behavior you introduced with your pull request. If you're interested in the changes I made you can take a look at the merge commit 67d82cf546237bcfcc869bc9d40ec62ce9e5b5de.

Happy Vimming!