mirror of
https://github.com/dense-analysis/ale
synced 2024-12-25 23:52:22 +00:00
Change PCRE escape to simple escape
This commit is contained in:
parent
78af99c256
commit
96e25d471c
@ -18,7 +18,7 @@ function! ale_linters#go#golangci_lint#GetCommand(buffer) abort
|
||||
|
||||
return ale#path#BufferCdString(a:buffer)
|
||||
\ . '%e run '
|
||||
\ . ale#util#EscapePCRE(l:filename)
|
||||
\ . ale#Escape(l:filename)
|
||||
\ . ' ' . l:options
|
||||
endfunction
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user