commit | 5983ad0b038fa689653246cb304fd43e8ae39a78 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 05 20:54:36 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 05 20:54:36 2016 +0100 |
tree | a1065749450fdcfa5490cd0ad683a7ee33f9a6ed | |
parent | 35ca0e7a1cb6e6daef8e0052a8437801226cef19 [diff] [blame] |
patch 7.4.1493 Problem: Wrong callback invoked for zero-id messages. Solution: Don't use the first one-time callback when the sequence number doesn't match.
diff --git a/src/version.c b/src/version.c index 51c2b81..fe5d00e 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1493, +/**/ 1492, /**/ 1491,