0
0
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:
Bram Moolenaar
2007-05-14 17:38:30 +00:00
parent 29c34723d5
commit a2dd900999
3 changed files with 6 additions and 4 deletions

View File

@@ -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 */

View File

@@ -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 */

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1,
/**/
0
};