mirror of
https://github.com/dense-analysis/ale.git
synced 2026-09-17 09:13:12 +08:00
Fix a syntax error in an example
This commit is contained in:
+2
-2
@@ -609,7 +609,7 @@ g:ale_pattern_options *g:ale_pattern_options*
|
|||||||
|
|
||||||
let g:ale_pattern_options = {
|
let g:ale_pattern_options = {
|
||||||
\ '\.foo\.js$': {
|
\ '\.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
|
quickfix items, signs, current jobs, etc. Executing any of those commands
|
||||||
will change the |g:ale_enabled| variable.
|
will change the |g:ale_enabled| variable.
|
||||||
|
|
||||||
For convenience, a plug mapping `<Plug>(ale_toggle)` is defined for the
|
For convenience, a plug mapping `<Plug>(ale_toggle)` is defined for the
|
||||||
|ALEToggle| command.
|
|ALEToggle| command.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user