commit | d0b6502a7ace39d6cd30874110a572371d10beae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 06 21:50:33 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 06 21:50:33 2016 +0100 |
tree | 105ec103d4a535a97c2ace85cab2b5ae3ff26a6b | |
parent | 3f39f648662bf8723f687d14694041779ed0780c [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 1ba0ab0..9c94df8 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1505, +/**/ 1504, /**/ 1503,