]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0175: setting language on MS-Windows does not always work v8.0.0175
authorBram Moolenaar <Bram@vim.org>
Thu, 12 Jan 2017 20:44:49 +0000 (21:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 12 Jan 2017 20:44:49 +0000 (21:44 +0100)
commit972c3b8f1b50e2f887a397c324af99eb354aad0b
treed830bec1d8553a493f1c24b09a84c99a45bf0c78
parentb8f7bd68f6fdff51ca4db5b145dcde42ee7b804b
patch 8.0.0175: setting language on MS-Windows does not always work

Problem:    Setting language in gvim on MS-Windows does not work when
            libintl.dll is dynamically linked with msvcrt.dll.
Solution:   Use putenv() from libintl as well. (Ken Takata, closes #1082)
src/mbyte.c
src/misc1.c
src/os_win32.c
src/proto/os_win32.pro
src/version.c
src/vim.h