diff src/version.c @ 8146:5dacbd22fefd v7.4.1367

commit https://github.com/vim/vim/commit/c6b14f0a8346ec7ddd86f3349d0b861a1b500147 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 20 15:26:42 2016 +0100 patch 7.4.1367 Problem: Compiler warning for unreachable code. Solution: Remove a "break". (Danek Duvall)
author Christian Brabandt <cb@256bit.org>
date Sat, 20 Feb 2016 15:30:04 +0100
parents efbb9916290c
children 028e24e4c0f4
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1367,
+/**/
     1366,
 /**/
     1365,