mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-21 09:08:34 +08:00
#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)
This commit is contained in:
@@ -23,7 +23,7 @@ Before:
|
||||
return [{'lnum': 1, 'col': 1, 'text': 'xxx'}]
|
||||
endfunction
|
||||
|
||||
function AddLine(buffer, lines) abort
|
||||
function AddLine(buffer, done, lines) abort
|
||||
return a:lines + ['x']
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user