mirror of https://github.com/dense-analysis/ale
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