diff src/version.c @ 7332:38e4f3a246eb v7.4.971

commit https://github.com/vim/vim/commit/099fdde0f073315b7f2700786ae533d23a556348 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 13 14:45:21 2015 +0100 patch 7.4.971 Problem: The asin() function can't be used. Solution: Sort the function table properly. (Watiko)
author Christian Brabandt <cb@256bit.org>
date Sun, 13 Dec 2015 15:00:05 +0100
parents 8ab712f2c3b8
children 6890f5a58109
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    971,
+/**/
     970,
 /**/
     969,