We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b7f6ee + c2bb879 commit 5933cc8Copy full SHA for 5933cc8
1 file changed
src/vim.h
@@ -571,11 +571,6 @@ extern int (*dyn_libintl_wputenv)(const wchar_t *envstring);
571
# define _(x) ((char *)(x))
572
# define NGETTEXT(x, xs, n) (((n) == 1) ? (char *)(x) : (char *)(xs))
573
# define N_(x) x
574
-#ifdef FEAT_GUI_MACVIM
575
- // In MacVim, we want bindtextdomain to work because we bundle the locale
576
- // files in runtime dir instead of a global install loation. This is
577
- // similar to Windows (which has DYNAMIC_GETTEXT set).
578
-#else
579
# ifdef bindtextdomain
580
# undef bindtextdomain
581
# endif
@@ -588,7 +583,6 @@ extern int (*dyn_libintl_wputenv)(const wchar_t *envstring);
588
583
# undef textdomain
589
584
590
585
# define textdomain(x) // empty
591
-#endif // MacVim
592
586
#endif
593
587
594
/*
0 commit comments