mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 19:43:47 -05:00
@@ -42,10 +42,10 @@ function! s:git_version()
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:grep_version()
|
function! s:grep_version()
|
||||||
let v = system('grep --version')
|
let v = system(g:gitgutter_grep.' --version')
|
||||||
call s:output( substitute(v, '\n$', '', '') )
|
call s:output( substitute(v, '\n$', '', '') )
|
||||||
|
|
||||||
let v = system('grep --help')
|
let v = system(g:gitgutter_grep.' --help')
|
||||||
call s:output( substitute(v, '\%x00', '', 'g') )
|
call s:output( substitute(v, '\%x00', '', 'g') )
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user