mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-10 20:43:46 -05:00
Add an error about LANG= in g:fugitive_git_executable
This commit is contained in:
@@ -6,7 +6,7 @@ if exists('g:autoloaded_fugitive')
|
||||
endif
|
||||
let g:autoloaded_fugitive = 1
|
||||
|
||||
if !exists('g:fugitive_git_executable')
|
||||
if !exists('g:fugitive_git_executable') || g:fugitive_git_executable =~# '^LANG='
|
||||
let g:fugitive_git_executable = 'git'
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user