I broke up with neovim....vim is my best friend now
This commit is contained in:
12
dot_vim/plugged/ale/test/linter/test_haskell_ghc.vader
Normal file
12
dot_vim/plugged/ale/test/linter/test_haskell_ghc.vader
Normal file
@@ -0,0 +1,12 @@
|
||||
Before:
|
||||
call ale#assert#SetUpLinterTest('haskell', 'ghc')
|
||||
|
||||
After:
|
||||
call ale#assert#TearDownLinterTest()
|
||||
|
||||
Execute(The options should be used in the command):
|
||||
AssertLinter 'ghc', 'ghc -fno-code -v0 %t'
|
||||
|
||||
let b:ale_haskell_ghc_options = 'foobar'
|
||||
|
||||
AssertLinter 'ghc', 'ghc foobar %t'
|
||||
Reference in New Issue
Block a user