vim-erlang / vim-erlang-tags

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

Removing maps in order to support earlier versions of Erlang #38

Closed slezakattack closed 4 years ago

slezakattack commented 4 years ago

Hello, I was really excited to use this tool until I realized I couldn't get it to work on some of my projects (a few are pre-19). I made changes to use records instead of maps to try and make this compatible with more versions of Erlang (so far I've only tested as far back as 17). Would love your feedback and I hope this PR is valuable to the project.

Thanks!

hcs42 commented 4 years ago

Thank you! If you found pre-19 support useful, probably there will be other people too who will find it useful :)