mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-18 16:04:17 +08:00
Refactor jobs into a Vim version agnostic API which can be used for other purposes
This commit is contained in:
@@ -26,7 +26,7 @@ Before:
|
||||
\ 'lnum': 2,
|
||||
\ 'vcol': 0,
|
||||
\ 'col': 3,
|
||||
\ 'text': a:output[0],
|
||||
\ 'text': 'foo bar',
|
||||
\ 'type': 'E',
|
||||
\ 'nr': -1,
|
||||
\}]
|
||||
@@ -56,7 +56,8 @@ Before:
|
||||
\ 'name': 'testlinter',
|
||||
\ 'callback': 'ToggleTestCallback',
|
||||
\ 'executable': 'echo',
|
||||
\ 'command': 'echo foo bar',
|
||||
\ 'command': 'echo',
|
||||
\ 'read_buffer': 0,
|
||||
\})
|
||||
|
||||
After:
|
||||
|
||||
Reference in New Issue
Block a user