mirror of
https://github.com/dense-analysis/ale
synced 2024-12-17 20:05:31 +00:00
Update xvlog.vim
This commit is contained in:
parent
32dbddbd56
commit
a6d53d7a9f
@ -7,6 +7,7 @@ if &filetype == 'systemverilog'
|
||||
call ale#Set('verilog_xvlog_options', '-sv')
|
||||
else
|
||||
call ale#Set('verilog_xvlog_options', '')
|
||||
endif
|
||||
|
||||
function! ale_linters#verilog#xvlog#GetCommand(buffer) abort
|
||||
return '%e ' . ale#Pad(ale#Var(a:buffer, 'verilog_xvlog_options')) . ' %t'
|
||||
|
Loading…
Reference in New Issue
Block a user