From aa4c172a1094a6011adb3eb95464a6efe98d46ee Mon Sep 17 00:00:00 2001 From: James McCoy Date: Fri, 6 May 2016 15:55:35 -0400 Subject: version.c: Mark 7.4.1010 as NA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 7.4.1010 relies on the “:smile” command that was added in 7.4.1005, which was also marked NA. --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index 0175455b32..637b3778a7 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -668,7 +668,7 @@ static int included_patches[] = { 1013, // 1012 NA // 1011 NA - // 1010, + // 1010 NA, // 1009 NA // 1008 NA 1007, -- cgit