diff src/version.c @ 7103:84d318257a45 v7.4.863

commit https://github.com/vim/vim/commit/43335ea394fe247132b9701c55cccf51e6c36425 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 9 20:59:37 2015 +0200 patch 7.4.863 Problem: plines_nofill() used without the diff feature. Solution: Define PLINES_NOFILL().
author Christian Brabandt <cb@256bit.org>
date Wed, 09 Sep 2015 21:00:04 +0200
parents 793ca14b5654
children f4456e686406
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 */
 /**/
+    863,
+/**/
     862,
 /**/
     861,