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