diff src/version.c @ 8607:d762390fb27b v7.4.1593

commit https://github.com/vim/vim/commit/a889cf4642a89537e3eeecf6d30326bf6aa4776f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 19 13:49:43 2016 +0100 patch 7.4.1593 Problem: Using channel timeout instead of request timeout. (Coverity) Solution: Remove the extra assignment.
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Mar 2016 14:00:04 +0100
parents 536b9b88d1ca
children 40bb2619f5e2
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1593,
+/**/
     1592,
 /**/
     1591,