diff options
| author | erw7 <erw7.github@gmail.com> | 2019-06-07 13:07:02 +0900 |
|---|---|---|
| committer | erw7 <erw7.github@gmail.com> | 2019-06-09 13:28:10 +0900 |
| commit | 1fbc01f4ab7c652b26f96fe19936f5f8e1f38e45 (patch) | |
| tree | b238b08f9f891cc0e30c9c6069a51fd61731ca10 /config | |
| parent | 2d6e44087734a39b5e0f2789bcd68e1a4526955f (diff) | |
| download | rneovim-1fbc01f4ab7c652b26f96fe19936f5f8e1f38e45.tar.gz rneovim-1fbc01f4ab7c652b26f96fe19936f5f8e1f38e45.tar.bz2 rneovim-1fbc01f4ab7c652b26f96fe19936f5f8e1f38e45.zip | |
Fix problems with message catalog directory
- In appimage, the message catalog is not used because there is no
message catalog in LOCALE_INSTALL_DIR. Therefore, change to
exepath/../share/locale instead of LOCALE_INSTALL_DIR.
- The old vim style($runtime/lang) is no longer used. Thus all relevant
code is removed.
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.h.in b/config/config.h.in index 15881c4430..ae04c38272 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -13,7 +13,6 @@ #endif #define PROJECT_NAME "@PROJECT_NAME@" -#define LOCALE_INSTALL_DIR "@CMAKE_INSTALL_FULL_LOCALEDIR@" #cmakedefine HAVE__NSGETENVIRON #cmakedefine HAVE_FD_CLOEXEC |