From 8ecf32f3fe44a1a2e3144816720bcbffb5f82475 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Mon, 2 Aug 2021 16:29:11 -0700 Subject: [PATCH] Add missing space before function reference (#3849) --- doc/ale.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ale.txt b/doc/ale.txt index 2e5cd145..62a14b02 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -460,7 +460,7 @@ integration should not be combined with ALE's own implementation. ALE additionally integrates with asyncomplete.vim for offering automatic 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 au User asyncomplete_setup call asyncomplete#register_source(asyncomplete#sources#ale#get_source_options({