vimerl
vimerl copied to clipboard
Why not to make vimerl compile a erlang file when :w
It seems Vimerl merges infomation from
edoc:get_doc(File)
and
Mod:module_info(exports)
so, if I write a new exported function in file1.erl but not compile this file. Vimerl will can not omni this new function.
Why not to make vimerl compile a erlang file when :w? So that vimerl can always omni the new functions.