From 1b55e5edab4dd37a2a4421a2f6b36d14a5c51051 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 8 Jul 2017 22:52:34 +0100 Subject: Fix a syntax error in an example --- doc/ale.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ale.txt b/doc/ale.txt index c062ca24..c80e337c 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -609,7 +609,7 @@ g:ale_pattern_options *g:ale_pattern_options* let g:ale_pattern_options = { \ '\.foo\.js$': { - \ 'ale_linters: {'javascript': ['eslint']}, + \ 'ale_linters': {'javascript': ['eslint']}, \ }, \} < @@ -1113,7 +1113,7 @@ ALEDisable *ALEDisable* quickfix items, signs, current jobs, etc. Executing any of those commands will change the |g:ale_enabled| variable. - For convenience, a plug mapping `(ale_toggle)` is defined for the + For convenience, a plug mapping `(ale_toggle)` is defined for the |ALEToggle| command. -- cgit v1.2.3