diff options
Diffstat (limited to 'ale_linters/typescript/typecheck.vim')
-rw-r--r-- | ale_linters/typescript/typecheck.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/typescript/typecheck.vim b/ale_linters/typescript/typecheck.vim index 3a237e37..080a2381 100644 --- a/ale_linters/typescript/typecheck.vim +++ b/ale_linters/typescript/typecheck.vim @@ -1,7 +1,7 @@ " Author: Prashanth Chandra https://github.com/prashcr, Aleh Kashnikau https://github.com/mkusher " Description: type checker for TypeScript files -function! ale_linters#typescript#typecheck#Handle(buffer, lines) +function! ale_linters#typescript#typecheck#Handle(buffer, lines) abort " Matches patterns like the following: " " hello.ts[7, 41]: Property 'a' does not exist on type 'A' |