mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-08 05:24:46 +08:00
Add --nowrap to ispc options
This commit is contained in:
@@ -6,15 +6,15 @@ After:
|
||||
|
||||
Execute(The executable should be configurable):
|
||||
AssertLinter 'ispc',
|
||||
\ ale#Escape('ispc') . ' %s'
|
||||
\ ale#Escape('ispc') . ' --nowrap %s'
|
||||
|
||||
let b:ale_ispc_ispc_executable = 'foo'
|
||||
|
||||
AssertLinter 'foo',
|
||||
\ ale#Escape('foo') . ' %s'
|
||||
\ ale#Escape('foo') . ' --nowrap %s'
|
||||
|
||||
Execute(The options should be configurable):
|
||||
let g:ale_ispc_ispc_options = '--foo'
|
||||
|
||||
AssertLinter 'ispc',
|
||||
\ ale#Escape('ispc') . ' --foo' . ' %s'
|
||||
\ ale#Escape('ispc') . ' --nowrap --foo' . ' %s'
|
||||
|
||||
Reference in New Issue
Block a user