Closed johnzeng closed 7 years ago
@johnzeng Thanks for contribution and your patience.
I looked at the commits and it seems that only this commit contains new stuff:
allow to auto update tags when buf saved. update document
I reorganized the newly added documentation and added a note that the new feature might not work on Windows (I'm not sure that the &
operator in the AsyncVimErlangTags function would work in a Windows shell, let me know if I'm wrong).
I added the commit to the master branch: https://github.com/vim-erlang/vim-erlang-tags/commit/17bd1c0f00d7331ceaf123f27452a8e6b9e39593
Regarding the other commits:
don't look for unexpected tag if the function call is started with ?M… …
remove a: and h , you can find MODULE?f() now
These two commits are already in the master branch: https://github.com/vim-erlang/vim-erlang-tags/commit/7dfb0cbfdf4c3452e227bfc8d456d7f0427ad6b4
Merge https://github.com/vim-erlang/vim-erlang-tags
fix stupid error
These commits are a merge commit and then the fix of the merge.
Add an autocmd to create tags async after buf write.
Looks like the old commits were not records, or you may merged those commits by squash, sorry about that.