vimerl icon indicating copy to clipboard operation
vimerl copied to clipboard

DEPRECATED - Please have a look at vim-erlang project

Results 7 vimerl issues
Sort by recently updated
recently updated
newest added

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...

I found a fold bug when reading the source code of rebar It appears on the function commands/0 in line 414 of rebar.erl. I roughly read the erlang.vim, found it...

We've phased out rebar across our projects (as have others), so if no rebar is present and one of the two popular makefiles is it'd be nice if all this...

Hi, I just added the module, and when I open a .erl file, I'm getting this: ``` ".\my.erl" 7L, 105C Error detected while processing function 70_SetErlangOptions: line 24: E518: Unknown...

This PR adds support for following project trees: - Source file is in `src/`, it has `-include_lib("xxx/include/header.hrl").` and `xxx` is in `deps/yyy/apps/xxx` - Source file is in `apps/xxx/src/`, it has...

This breaks ErlangEnableShowErrors -- not even sure why but until I do, most project have the following tuple being passed in the rebar.config erl_opts property list: {parse_transform, lager_transform} vimerl/erlang is...

YCM allows me to show completions after `:`, but the autocomplete menu closes when the first letter is typed. I have to explicitly press `ctrl+space` or `C-X, C-O`. Is it...