diff options
Diffstat (limited to 'ale_linters/coffee')
-rw-r--r-- | ale_linters/coffee/coffeelint.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/coffee/coffeelint.vim b/ale_linters/coffee/coffeelint.vim index e1215132..96b8c59d 100644 --- a/ale_linters/coffee/coffeelint.vim +++ b/ale_linters/coffee/coffeelint.vim @@ -1,7 +1,7 @@ " Author: Prashanth Chandra https://github.com/prashcr " Description: coffeelint linter for coffeescript files -function! ale_linters#coffee#coffeelint#Handle(buffer, lines) +function! ale_linters#coffee#coffeelint#Handle(buffer, lines) abort " Matches patterns like the following: " " path,lineNumber,lineNumberEnd,level,message |