| commit | b68ced5f07a3cd6c01cf8fa2156f2e2949d2d4f1 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 22:26:53 2020 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 22:26:53 2020 +0200 |
| tree | 684d3db041a295b480beadd841db0baba05e9e7c | |
| parent | 945c857844b74866f90be20714aefc3149d2a991 [diff] [blame] |
patch 8.2.1232: MS-Windows GUI: Snap cancelled by split command
Problem: MS-Windows GUI: Snap cancelled by split command.
Solution: Do not cancel Snap when splitting a window. (Ken Takata,
closes #6467)
diff --git a/src/version.c b/src/version.c index 68c1e82..659b693 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1232, +/**/ 1231, /**/ 1230,