mirror of https://github.com/dense-analysis/ale
Add missing space before function reference (#3849)
This commit is contained in:
parent
056fbd08f6
commit
8ecf32f3fe
|
@ -460,7 +460,7 @@ integration should not be combined with ALE's own implementation.
|
||||||
|
|
||||||
ALE additionally integrates with asyncomplete.vim for offering automatic
|
ALE additionally integrates with asyncomplete.vim for offering automatic
|
||||||
completion data. ALE's asyncomplete source requires registration and should
|
completion data. ALE's asyncomplete source requires registration and should
|
||||||
use the defaults provided by the|asyncomplete#sources#ale#get_source_options| function >
|
use the defaults provided by the |asyncomplete#sources#ale#get_source_options| function >
|
||||||
|
|
||||||
" Use ALE's function for asyncomplete defaults
|
" Use ALE's function for asyncomplete defaults
|
||||||
au User asyncomplete_setup call asyncomplete#register_source(asyncomplete#sources#ale#get_source_options({
|
au User asyncomplete_setup call asyncomplete#register_source(asyncomplete#sources#ale#get_source_options({
|
||||||
|
|
Loading…
Reference in New Issue