mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-18 18:25:57 +08:00
fix tests
This commit is contained in:
@@ -23,7 +23,7 @@ Execute(The ocamlformat callback should return the correct default values):
|
|||||||
\ . ' --inplace'
|
\ . ' --inplace'
|
||||||
\ . ' %t',
|
\ . ' %t',
|
||||||
\ },
|
\ },
|
||||||
\ ale#fixers#ocamlformat(bufnr(''))
|
\ ale#fixers#ocamlformat#Fix(bufnr(''))
|
||||||
|
|
||||||
Execute(The ocamlformat callback should include custom ocamlformat options):
|
Execute(The ocamlformat callback should include custom ocamlformat options):
|
||||||
let g:ale_ocaml_ocamlformat_options = "-m 78"
|
let g:ale_ocaml_ocamlformat_options = "-m 78"
|
||||||
@@ -37,4 +37,4 @@ Execute(The ocamlformat callback should include custom ocamlformat options):
|
|||||||
\ . ' --inplace'
|
\ . ' --inplace'
|
||||||
\ . ' %t',
|
\ . ' %t',
|
||||||
\ },
|
\ },
|
||||||
\ ale#fixers#ocamlformat(bufnr(''))
|
\ ale#fixers#ocamlformat#Fix(bufnr(''))
|
||||||
|
|||||||
Reference in New Issue
Block a user