]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0867: MS-Windows: messages are not in the display language v9.2.0867
authorHirohito Higashi <h.east.727@gmail.com>
Mon, 27 Jul 2026 22:04:06 +0000 (22:04 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 27 Jul 2026 22:07:22 +0000 (22:07 +0000)
commit930dccfed0617979b836dfefbbe57d5c26a6679d
treebfca9d88c8bd549e39790c385d9af3eb0e01fd83
parenta29d16a3919a12a0e775d50cc67f062c8d7ca33a
patch 9.2.0867: MS-Windows: messages are not in the display language

Problem:  On MS-Windows the messages use the language of the regional
          format, not the language that Windows is displayed in
          (Markus Nißl)
Solution: Use the display language for the messages, with the other
          preferred languages as fall back.  Make ":language messages"
          overrule it (Hirohito Higashi).

fixes:  #20855
closes: #20860

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/mlang.txt
src/locale.c
src/option.c
src/version.c