vimerl icon indicating copy to clipboard operation
vimerl copied to clipboard

Why not to make vimerl compile a erlang file when :w

Open mingchaoyan opened this issue 9 years ago • 0 comments

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.

mingchaoyan avatar Aug 25 '15 10:08 mingchaoyan