From 1e54b04bc0f68d65f8b751cb07aeb959258751f0 Mon Sep 17 00:00:00 2001 From: oni-link Date: Sun, 25 May 2014 15:44:38 +0200 Subject: Add more commented patch numbers to version.c (2) #763 This should help reduce conflicts when merging patches from upstream. --- src/nvim/version.c | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index 1f7754853d..84165f021a 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -202,6 +202,33 @@ static char *(features[]) = { static int included_patches[] = { // Add new patch number below this line + //316, + //315, + //314, + //313, + //312, + //311, + //310, + //309, + //308, + //307, + //306, + //305, + //304, + //303, + //302, + //301, + //300, + //299, + //298, + //297, + //296, + //295, + //294, + //293, + //292, + //291, + //290, 289, 288, //287, -- cgit