Merge remote-tracking branch 'origin/pr/1447'
This commit is contained in:
commit
b8682c3029
@ -19,7 +19,7 @@ if has('reltime')
|
|||||||
lockvar! g:_SYNTASTIC_START
|
lockvar! g:_SYNTASTIC_START
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:_SYNTASTIC_VERSION = '3.6.0-92'
|
let g:_SYNTASTIC_VERSION = '3.6.0-93'
|
||||||
lockvar g:_SYNTASTIC_VERSION
|
lockvar g:_SYNTASTIC_VERSION
|
||||||
|
|
||||||
" Sanity checks {{{1
|
" Sanity checks {{{1
|
||||||
|
@ -50,8 +50,8 @@ rebar_opts(RebarFile) ->
|
|||||||
fallback_opts() ->
|
fallback_opts() ->
|
||||||
code:add_pathsa(filelib:wildcard("deps/*/ebin")),
|
code:add_pathsa(filelib:wildcard("deps/*/ebin")),
|
||||||
code:add_pathsa(nested_app_ebins()),
|
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() ->
|
nested_app_ebins() ->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user