mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-17 13:59:47 +08:00
Add missing space before function reference (#3849)
This commit is contained in:
+1
-1
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user