diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-04 16:31:32 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-04 16:47:16 +0300 |
| commit | 146c889dde5ef0908d66ab2c1e1aa6b6ceef6deb (patch) | |
| tree | 773cb664c164bd46f7588286913cc4a4957e3ec6 /mnv/src/misc1.c | |
| parent | 580d07d58fdf879a895878a456124a58040c2d3b (diff) | |
| download | Project-Tick-146c889dde5ef0908d66ab2c1e1aa6b6ceef6deb.tar.gz Project-Tick-146c889dde5ef0908d66ab2c1e1aa6b6ceef6deb.zip | |
NOISSUE changed icons to mnv icons for mnv and removed localization support
MNV - MNV's not Vim 10.0.2 released
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'mnv/src/misc1.c')
| -rw-r--r-- | mnv/src/misc1.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mnv/src/misc1.c b/mnv/src/misc1.c index d4cd26baf1..892a38751e 100644 --- a/mnv/src/misc1.c +++ b/mnv/src/misc1.c @@ -2084,22 +2084,7 @@ mnv_setenv(char_u *name, char_u *val) putenv((char *)envbuf); } #endif -#ifdef FEAT_GETTEXT - /* - * When setting $MNVRUNTIME adjust the directory to find message - * translations to $MNVRUNTIME/lang. - */ - if (*val != NUL && STRICMP(name, "MNVRUNTIME") == 0) - { - char_u *buf = concat_str(val, (char_u *)"/lang"); - if (buf != NULL) - { - bindtextdomain(MNVPACKAGE, (char *)buf); - mnv_free(buf); - } - } -#endif } /* |
