diff src/version.c @ 8428:4e22d0e7bfb1 v7.4.1505

commit https://github.com/vim/vim/commit/d0b6502a7ace39d6cd30874110a572371d10beae Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 6 21:50:33 2016 +0100 patch 7.4.1505 Problem: When channel log is enabled get too many "looking for messages" log entries. Solution: Only give the message after another message.
author Christian Brabandt <cb@256bit.org>
date Sun, 06 Mar 2016 22:00:04 +0100
parents 02ce040591c8
children 800423dbc260
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1505,
+/**/
     1504,
 /**/
     1503,