From: Sergey Matveev Date: Wed, 27 May 2020 10:45:30 +0000 (+0300) Subject: Seems that LANG is not required to be overriden for fugitive X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=faebfb44ee92d9050ae609184901471ab3690220 Seems that LANG is not required to be overriden for fugitive --- diff --git a/vim/.vimrc b/vim/.vimrc index 5758111..b4da21a 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -108,7 +108,6 @@ autocmd BufEnter * let &titlestring = expand("%:t") " }}} " Fugitive {{{ -let g:fugitive_git_executable = "LANG=en.UTF-8 git" nmap "cyiw:execute "Gvsplit " . @czR nmap :diffupdate:syntax off:syntax on " }}}