vim-erlang / vim-erlang-tags

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

Enhance document, add auto update tags after buffer is written #27

Closed johnzeng closed 7 years ago

johnzeng commented 7 years ago

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.

hcs42 commented 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:

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:

These two commits are already in the master branch: https://github.com/vim-erlang/vim-erlang-tags/commit/7dfb0cbfdf4c3452e227bfc8d456d7f0427ad6b4

These commits are a merge commit and then the fix of the merge.