vim-erlang / vim-erlang-tags

Generate Vim tags for Erlang files
https://vim-erlang.github.io
Other
61 stars 23 forks source link

fix priority ranking #46

Closed haoxianhan closed 2 years ago

haoxianhan commented 2 years ago

if _build dir is exist, other such as apps tags' priority would less-than _build's, but it don't want to jump _build in general, so hard code _build priority to be lower. it's hotfix for me, clean up the code if necessary.

hcs42 commented 2 years ago

Hi @haoxianhan,

Thank you for your contribution.

I modified your commit: https://github.com/hcs42/vim-erlang-tags/commits/build_dir_priority

Could you test the modified commit?

Out of curiosity: do you use Windows?

haoxianhan commented 2 years ago

wow, my pleasure, I would test this branch these days. I use is archlinux for my dev environment, ssh remote by win10.

haoxianhan commented 2 years ago

I use the build_dir_priority branch for few days, it works fine. Furthermore, I've compared the build_dir_priority's tags to my hotfix's, build_dir_priority's more appropriate.

hcs42 commented 2 years ago

I merged the commits.