diff src/version.c @ 7786:0ee0c7729f28 v7.4.1190

commit https://github.com/vim/vim/commit/ba59ddbd3642d02614acbe52694e3e8a78c0e9d3 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 28 15:34:25 2016 +0100 patch 7.4.1190 Problem: On OSX the default flag for dlopen() is different. Solution: Add RTLD_LOCAL in the configure check. (sv99, closes https://github.com/vim/vim/issues/604)
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Jan 2016 15:45:05 +0100
parents 29d4ee3f009a
children 192ae655ac91
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1190,
+/**/
     1189,
 /**/
     1188,