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
|
# ifdef bindtextdomain
|
||||||
# undef bindtextdomain
|
# undef bindtextdomain
|
||||||
# endif
|
# endif
|
||||||
# ifdef bindtextdomain_codeset
|
# ifdef bind_textdomain_codeset
|
||||||
# undef bindtextdomain_codeset
|
# undef bind_textdomain_codeset
|
||||||
# endif
|
# endif
|
||||||
# if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
|
# if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
|
||||||
# define ENABLE_NLS /* so the texts in the dialog boxes are translated */
|
# define ENABLE_NLS /* so the texts in the dialog boxes are translated */
|
||||||
|
@@ -36,8 +36,8 @@
|
|||||||
# ifdef bindtextdomain
|
# ifdef bindtextdomain
|
||||||
# undef bindtextdomain
|
# undef bindtextdomain
|
||||||
# endif
|
# endif
|
||||||
# ifdef bindtextdomain_codeset
|
# ifdef bind_textdomain_codeset
|
||||||
# undef bindtextdomain_codeset
|
# undef bind_textdomain_codeset
|
||||||
# endif
|
# endif
|
||||||
# if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
|
# if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
|
||||||
# define ENABLE_NLS /* so the texts in the dialog boxes are translated */
|
# define ENABLE_NLS /* so the texts in the dialog boxes are translated */
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1,
|
||||||
/**/
|
/**/
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user