diff src/version.c @ 11189:e74af2aca96e v8.0.0481

patch 8.0.0481: unnecessary if statement commit https://github.com/vim/vim/commit/aab93b12cb54fbe5efe9e8f6fde1c46802a3031e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 18 21:37:28 2017 +0100 patch 8.0.0481: unnecessary if statement Problem: Unnecessary if statement. Solution: Remove the statement. Fix "it's" vs "its" mistakes. (Dominique Pelle, closes #1568)
author Christian Brabandt <cb@256bit.org>
date Sat, 18 Mar 2017 21:45:04 +0100
parents 515db00c4676
children 445fd6be2009
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    481,
+/**/
     480,
 /**/
     479,