diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-07-01 14:14:00 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-07-01 20:14:00 +0200 |
commit | 6c5a6ab92d67f36f6812fcbf640e32c8a98c1f5b (patch) | |
tree | 6d9b8f4d6313b4bff749f4b190dfd4428f628e5d | |
parent | 6d2b11d76ccaf6fd28002e33b9dd72a9cb80d646 (diff) | |
download | rneovim-6c5a6ab92d67f36f6812fcbf640e32c8a98c1f5b.tar.gz rneovim-6c5a6ab92d67f36f6812fcbf640e32c8a98c1f5b.tar.bz2 rneovim-6c5a6ab92d67f36f6812fcbf640e32c8a98c1f5b.zip |
vim-patch:8.1.0452: MS-Windows: not finding intl.dll #10388
Problem: MS-Windows: not finding intl.dll.
Solution: Also find intl.dll next to libintl.dll. (Ken Takata)
https://github.com/vim/vim/commit/7554c548a493cba50b2d0ea3521cac14f28a1f07
-rw-r--r-- | runtime/doc/mlang.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/mlang.txt b/runtime/doc/mlang.txt index a19d9fd2f4..03c48b962d 100644 --- a/runtime/doc/mlang.txt +++ b/runtime/doc/mlang.txt @@ -95,8 +95,10 @@ Or: This also contains tools xgettext, msgformat and others. -libintl.dll should be placed in same directory with (g)vim.exe, or some -place where PATH environment value describe. Vim also finds libintl-8.dll. +libintl.dll should be placed in same directory as (g)vim.exe, or one of the +directories listed in the PATH environment value. Vim also looks for the +alternate names "libintl-8.dll" and "intl.dll". + Message files (vim.mo) have to be placed in "$VIMRUNTIME/lang/xx/LC_MESSAGES", where "xx" is the abbreviation of the language (mostly two letters). |