From ba7d8c59f77dd1567d5484bcc3d7e69a88e23cfd Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Mon, 13 Mar 2017 09:39:05 +0100 Subject: [PATCH] Call hg qtop with locale set to C closes #1438 --- autoload/airline/extensions/branch.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/airline/extensions/branch.vim b/autoload/airline/extensions/branch.vim index 591cb4f..aa66457 100644 --- a/autoload/airline/extensions/branch.vim +++ b/autoload/airline/extensions/branch.vim @@ -122,7 +122,7 @@ function! s:update_hg_branch(path) if s:has_lawrencium let stl=lawrencium#statusline() if !empty(stl) && s:has_async - call s:get_mq_async('hg qtop', expand('%:p')) + call s:get_mq_async('LC_ALL=C hg qtop', expand('%:p')) endif if exists("s:mq") && !empty(s:mq) if stl is# 'default'