Closed johnzeng closed 7 years ago
get that.i will fix them
Bug for one letter function is fixed, and I have removed 'a:' prefix.
I made a few tweaks and included the modification in the master branch: https://github.com/vim-erlang/vim-erlang-tags/commit/7dfb0cbfdf4c3452e227bfc8d456d7f0427ad6b4.
?MODULE macro is nothing but module itself, so when somebody calls ?MODULE:function() he means function() in the same file, but this plugin doesn't used to handle this case.