commit | e59215c7dcae17b03daf39517560cfaa03314f5a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 19:08:45 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 19:08:45 2016 +0200 |
tree | 6c0a732a4d16d50668db89ea7d5a8f2cd8d35884 | |
parent | e56132bb4167f8b6ea4814cc2c99a71df3d07ff8 [diff] [blame] |
patch 7.4.2212 Problem: Mark " is not set when closing a window in another tab. (Guraga) Solution: Check all tabs for the window to be valid. (based on patch by Hirohito Higashi, closes #974)
diff --git a/src/version.c b/src/version.c index 9be301f..c2900c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2212, +/**/ 2211, /**/ 2210,