mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-10 14:31:52 +08:00
Fix a typo
This commit is contained in:
@@ -593,7 +593,7 @@ ALE's loclist format. (See |ale-loclist-format|) For example: >
|
|||||||
" Tell ALE to show some results.
|
" Tell ALE to show some results.
|
||||||
" This function can be called at any time.
|
" This function can be called at any time.
|
||||||
call ale#other_source#ShowResults(bufnr(''), 'some-linter-name', [
|
call ale#other_source#ShowResults(bufnr(''), 'some-linter-name', [
|
||||||
\ {'text': 'Something went wrong', lnum: 13},
|
\ {'text': 'Something went wrong', 'lnum': 13},
|
||||||
\])
|
\])
|
||||||
<
|
<
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user