[vim/vim] vim 8.0.95 (ubuntu package) doesn't do English in multi-language installs (#2553)

7 views
Skip to first unread message

Rob A

unread,
Jan 15, 2018, 11:16:47 AM1/15/18
to vim/vim, Subscribed

I recently installed anthy and anthy-ibus to get better Japanese support in KDE. Upon restart, vim was printing all my messages in German (my 2nd language), not English (my first).

My environment:
`
$ env|egrep '(LANG|LC)' |sort
LANG=en_US.UTF-8
LANGUAGE=en_US🇩🇪ja
LC_COLLATE=C
LC_MEASUREMENT=en_US.UTF-8
LC_MONETARY=en_US.UTF-8
LC_NUMERIC=en_GB.UTF-8
LC_TIME=en_GB.UTF-8
$ grep -i lang .vimrc
$ vim -N -u NONE
~ VIM - verbesserter Vi
~
~ Version 8.0.95
~ von Bram Moolenaar und Anderen
~ Verändert von pkg-vim-m...@lists.alioth.debian.org
~ Vim ist Open Source und kann frei weitergegeben werden
$ file /usr/share/vim/vim80/lang/en_GB/LC_MESSAGES/vim.mo
/usr/share/vim/vim80/lang/en_GB/LC_MESSAGES/vim.mo: GNU message catalog (little endian), revision 0.0, 79 messages
$ LANGUAGE=en:en_GB:de vim -N -u NONE
~ VIM - verbesserter Vi
...
$ LANGAUGE=ja🇩🇪en_GB vim -N -u NONE
~ VIM - verbesserter Vi
$ LANGUAGE=en:en_GB:en_US:ja:de strace -o /tmp/vim-wtf.log vim -N -u NONE
~ VIM - Vi IMproved
~
~ version 8.0.95
~ by Bram Moolenaar 他.
~ Modified by pkg-vim-m...@lists.alioth.debian.org
~ Vim はオープンソースであり自由に配布可能です

Attaching stracee of this last run next.
'


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub

Rob A

unread,
Jan 15, 2018, 11:18:14 AM1/15/18
to vim/vim, Subscribed
Reply all
Reply to author
Forward
0 new messages