From faebfb44ee92d9050ae609184901471ab3690220 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 27 May 2020 13:45:30 +0300 Subject: [PATCH] Seems that LANG is not required to be overriden for fugitive --- vim/.vimrc | 1 - 1 file changed, 1 deletion(-) 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 " }}} -- 2.44.0