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/mbyte.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/mbyte.c')
| -rw-r--r-- | mnv/src/mbyte.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mnv/src/mbyte.c b/mnv/src/mbyte.c index 7ddcf5adfe..77ce583895 100644 --- a/mnv/src/mbyte.c +++ b/mnv/src/mbyte.c @@ -736,12 +736,7 @@ codepage_invalid: if (enc_utf8 && !option_was_set((char_u *)"fencs")) set_fencs_unicode(); -#if defined(HAVE_BIND_TEXTDOMAIN_CODESET) && defined(FEAT_GETTEXT) - // GNU gettext 0.10.37 supports this feature: set the codeset used for - // translated messages independently from the current locale. - (void)bind_textdomain_codeset(MNVPACKAGE, - enc_utf8 ? "utf-8" : (char *)p_enc); -#endif + #ifdef MSWIN // When changing 'encoding' while starting up, then convert the command |
