diff options
author | Rui Abreu Ferreira <raf-ep@gmx.com> | 2014-07-01 20:54:08 +0100 |
---|---|---|
committer | Rui Abreu Ferreira <raf-ep@gmx.com> | 2016-04-29 23:26:05 +0100 |
commit | 5f6e63bf38db0705c4cd263bec57fbda276d4e26 (patch) | |
tree | 4dbfa1de4abcdb13b9cc69adf109e2ed82fcf92f /runtime/syntax/php.vim | |
parent | 126e4758076aec243a05c5e838c2a7f5197ad678 (diff) | |
download | rneovim-5f6e63bf38db0705c4cd263bec57fbda276d4e26.tar.gz rneovim-5f6e63bf38db0705c4cd263bec57fbda276d4e26.tar.bz2 rneovim-5f6e63bf38db0705c4cd263bec57fbda276d4e26.zip |
Windows: without libintl use LC_CTYPE instead of LC_MESSAGES
If libintl is not available, LC_MESSAGES is not defined. For now fallback to
using LC_CTYPE.
Neovim and Vim have diverged significantly in ex_cmds2.c concerning this logic.
In other locations the fallback is actually LC_COLLATE, but in this case Vim
calls get_mess_env() (which in turn falls back to LC_CTYPE).
In Neovim get_mess_env() is only available with libint. This means we are not
completely consistent with Vim when handling LC_ environment variables and do
not build against libintl.
Diffstat (limited to 'runtime/syntax/php.vim')
0 files changed, 0 insertions, 0 deletions