commit | 86edef664efccbfe685906c854b9cdd04e56f2d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 18:07:30 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 18:07:30 2016 +0100 |
tree | 8c60cfa3d606624d81812b058124a4eac774fab8 | |
parent | a3442cb5056ca62fc71fa03f68a9395e4391caf4 [diff] [blame] |
patch 7.4.1557 Problem: Windows cannot be identified. Solution: Add a unique window number to each window and functions to use it.
diff --git a/src/version.c b/src/version.c index 9c15aaf..bed7a46 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1557, +/**/ 1556, /**/ 1555,