mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.1-001
This commit is contained in:
@@ -53,8 +53,8 @@
|
||||
# ifdef bindtextdomain
|
||||
# undef bindtextdomain
|
||||
# endif
|
||||
# ifdef bindtextdomain_codeset
|
||||
# undef bindtextdomain_codeset
|
||||
# ifdef bind_textdomain_codeset
|
||||
# undef bind_textdomain_codeset
|
||||
# endif
|
||||
# if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
|
||||
# define ENABLE_NLS /* so the texts in the dialog boxes are translated */
|
||||
|
@@ -36,8 +36,8 @@
|
||||
# ifdef bindtextdomain
|
||||
# undef bindtextdomain
|
||||
# endif
|
||||
# ifdef bindtextdomain_codeset
|
||||
# undef bindtextdomain_codeset
|
||||
# ifdef bind_textdomain_codeset
|
||||
# undef bind_textdomain_codeset
|
||||
# endif
|
||||
# if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
|
||||
# define ENABLE_NLS /* so the texts in the dialog boxes are translated */
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1,
|
||||
/**/
|
||||
0
|
||||
};
|
||||
|
Reference in New Issue
Block a user