Merge remote-tracking branch 'origin/pr/1447'

This commit is contained in:
LCD 47 2015-06-12 13:29:56 +03:00
commit b8682c3029
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif
let g:_SYNTASTIC_VERSION = '3.6.0-92'
let g:_SYNTASTIC_VERSION = '3.6.0-93'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1

View File

@ -50,8 +50,8 @@ rebar_opts(RebarFile) ->
fallback_opts() ->
code:add_pathsa(filelib:wildcard("deps/*/ebin")),
code:add_pathsa(nested_app_ebins()),
[ { i, filename:absname("deps") }
| [ { i, filename:absname(Path) } || Path <- filelib:wildcard("deps/*/apps")]
[
{ i, filename:absname("apps") }, { i, filename:absname("deps") } | [ { i, filename:absname(Path) } || Path <- filelib:wildcard("deps/*/apps")]
].
nested_app_ebins() ->