I broke up with neovim....vim is my best friend now
This commit is contained in:
12
dot_vim/plugged/ale/test/linter/test_pony_ponyc.vader
Normal file
12
dot_vim/plugged/ale/test/linter/test_pony_ponyc.vader
Normal file
@@ -0,0 +1,12 @@
|
||||
Before:
|
||||
call ale#assert#SetUpLinterTest('pony', 'ponyc')
|
||||
|
||||
After:
|
||||
call ale#assert#TearDownLinterTest()
|
||||
|
||||
Execute(The options should be used in the command):
|
||||
AssertLinter 'ponyc', ale#Escape('ponyc') . ' --pass paint'
|
||||
|
||||
let b:ale_pony_ponyc_options = 'foobar'
|
||||
|
||||
AssertLinter 'ponyc', ale#Escape('ponyc') . ' foobar'
|
||||
Reference in New Issue
Block a user