mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-18 10:15:56 +08:00
removed useless echom from typecheck.vim
This commit is contained in:
@@ -12,8 +12,6 @@ function! ale_linters#typescript#typecheck#Handle(buffer, lines)
|
|||||||
|
|
||||||
for l:line in a:lines
|
for l:line in a:lines
|
||||||
let l:match = matchlist(l:line, l:pattern)
|
let l:match = matchlist(l:line, l:pattern)
|
||||||
echom len(l:match)
|
|
||||||
echom join(l:match, ", ")
|
|
||||||
|
|
||||||
if len(l:match) == 0
|
if len(l:match) == 0
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user