#549 Temporarily revert shell escaping changes, just for Windows
This commit is contained in:
parent
fa54f7af97
commit
07b2542c0d
30 changed files with 51 additions and 40 deletions
|
@ -8,7 +8,7 @@ function! ale_linters#verilog#verilator#GetCommand(buffer) abort
|
|||
call ale#engine#ManageFile(a:buffer, l:filename)
|
||||
call writefile(getbufline(a:buffer, 1, '$'), l:filename)
|
||||
|
||||
return 'verilator --lint-only -Wall -Wno-DECLFILENAME ' . shellescape(l:filename)
|
||||
return 'verilator --lint-only -Wall -Wno-DECLFILENAME ' . ale#Escape(l:filename)
|
||||
endfunction
|
||||
|
||||
function! ale_linters#verilog#verilator#Handle(buffer, lines) abort
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue