mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-08 05:24:46 +08:00
Replace every stdin-wrapper script with the new %t formatting support
This commit is contained in:
@@ -40,6 +40,6 @@ call ale#linter#Define('verilog', {
|
||||
\ 'name': 'iverilog',
|
||||
\ 'output_stream': 'stderr',
|
||||
\ 'executable': 'iverilog',
|
||||
\ 'command': g:ale#util#stdin_wrapper . ' .v iverilog -t null -Wall',
|
||||
\ 'command': 'iverilog -t null -Wall %t',
|
||||
\ 'callback': 'ale_linters#verilog#iverilog#Handle',
|
||||
\})
|
||||
|
||||
Reference in New Issue
Block a user