diff options
author | Jon Parise <jon@indelible.org> | 2021-08-02 16:29:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 08:29:11 +0900 |
commit | 8ecf32f3fe44a1a2e3144816720bcbffb5f82475 (patch) | |
tree | 329c4c2d9c8d887f90cf5800df6ee872cbe8e773 | |
parent | 056fbd08f653dbf7a66d4e73f7b68646c697583f (diff) | |
download | ale-8ecf32f3fe44a1a2e3144816720bcbffb5f82475.zip |
Add missing space before function reference (#3849)
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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({ |