summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-16 18:05:50 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-16 18:05:50 +0100
commit286eacd3f6631e985089176fb1dff1bcf1a1d6b5 (patch)
tree83ec0d2a894f0d35985906dc1c3e04de10a3c9d4 /src/main.c
parent9bbf63dbf8286fadc0cd6b3428010abb67b1b64d (diff)
downloadvim-git-286eacd3f6631e985089176fb1dff1bcf1a1d6b5.tar.gz
patch 7.4.1106v7.4.1106
Problem: The nsis script can't be used from the appveyor build. Solution: Add "ifndef" to allow for variables to be set from the command line. Remove duplicate SetCompressor command. Support using other gettext binaries. (Ken Takata) Update build instructions to use libintl-8.dll.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index d7723d2e3..175bbde11 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1580,7 +1580,7 @@ init_locale()
# ifdef DYNAMIC_GETTEXT
/* Initialize the gettext library */
- dyn_libintl_init(NULL);
+ dyn_libintl_init();
# endif
/* expand_env() doesn't work yet, because chartab[] is not initialized
* yet, call vim_getenv() directly */