Call hg qtop with locale set to C

closes #1438
This commit is contained in:
Christian Brabandt 2017-03-13 09:39:05 +01:00
parent d46fb524bd
commit ba7d8c59f7
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
1 changed files with 1 additions and 1 deletions

View File

@ -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'