diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-05 20:54:36 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-05 20:54:36 +0100 |
commit | 5983ad0b038fa689653246cb304fd43e8ae39a78 (patch) | |
tree | a1065749450fdcfa5490cd0ad683a7ee33f9a6ed /src/version.c | |
parent | 35ca0e7a1cb6e6daef8e0052a8437801226cef19 (diff) | |
download | vim-git-7.4.1493.tar.gz |
patch 7.4.1493v7.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.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 51c2b810e..fe5d00eda 100644 --- 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 */ /**/ + 1493, +/**/ 1492, /**/ 1491, |