mirror of
https://github.com/dense-analysis/ale
synced 2025-01-10 00:09:37 +00:00
15 lines
313 B
Plaintext
15 lines
313 B
Plaintext
Execute(The cspell handler should handle cspell output):
|
|
AssertEqual
|
|
\ [
|
|
\ {
|
|
\ 'lnum': 3,
|
|
\ 'col': 128,
|
|
\ 'end_col': 133,
|
|
\ 'type': 'W',
|
|
\ 'text': 'Unknown word (Neovim)',
|
|
\ },
|
|
\ ],
|
|
\ ale#handlers#cspell#Handle(bufnr(''),
|
|
\ '/:3:128 - Unknown word (Neovim)'
|
|
\)
|