]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim-localedir.patch
- unconditional noarch subpackages
[packages/vim.git] / vim-localedir.patch
index 46f3732ae424c4a5bcade349a4eb4af1f1877411..5a4c8e0ab5baac22caa1d13a344cc67985227aad 100644 (file)
@@ -1,18 +1,11 @@
---- vim72/src/main.c~  2009-04-15 01:00:47.000000000 +0300
-+++ vim72/src/main.c   2009-04-15 01:11:33.555899981 +0300
-@@ -1573,24 +1573,10 @@ init_locale(void)
- # ifdef FEAT_GETTEXT
-     {
--      int     mustfree = FALSE;
--      char_u  *p;
--
- #  ifdef DYNAMIC_GETTEXT
-       /* Initialize the gettext library */
+--- vim72/src/locale.c~        2009-04-15 01:00:47.000000000 +0300
++++ vim72/src/locale.c 2009-04-15 01:11:33.555899981 +0300
+@@ -1741,17 +1741,6 @@ init_locale(void)
+       // Initialize the gettext library
        dyn_libintl_init();
  #  endif
--      /* expand_env() doesn't work yet, because g_chartab[] is not
--       * initialized yet, call vim_getenv() directly */
+-      // expand_env() doesn't work yet, because g_chartab[] is not
+-      // initialized yet, call vim_getenv() directly
 -      p = vim_getenv((char_u *)"VIMRUNTIME", &mustfree);
 -      if (p != NULL && *p != NUL)
 -      {
This page took 0.123307 seconds and 4 git commands to generate.