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

dynamically created tags files with symbolic links #101

Open jez opened 9 years ago

jez commented 9 years ago

This could be a bit tricky, but it would be nice to have tags files that are dynamically created (i.e., by the g:easytags_dynamic_files option) placed in their canonical folders if that file is a symbolic link (perhaps only if the g:easytags_resolve_links option is enabled, or by creating some other option).

For example, if I edit my ~/.vimrc, which is a symlink to ~/.dotfiles/vimrc, the dynamically generated tags file would be placed in ~/.dotfiles/ rather than ~/.