From 3af79d552ac9d0cc6e5fc54eb08b4503e7072900 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 13 Jun 2015 12:41:40 -0400 Subject: version.c: mark NA: 664, 703 --- src/nvim/version.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index 6141f82cfb..a2f6ddf4b6 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -106,7 +106,7 @@ static int included_patches[] = { 706, //705 NA //704, - //703, + //703 NA 702, //701 NA //700, @@ -145,7 +145,7 @@ static int included_patches[] = { //667, //666 NA //665, - //664, + //664 NA //663 NA //662, //661, -- cgit