commit | a0c4e2f2d7aa164d9d7692702c752ea063bd3a8c | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat Jan 29 10:59:53 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 29 10:59:53 2022 +0000 |
tree | 3537a2b9dd2fe0308c33c23ecfc1fbb3111afc26 | |
parent | 06f15416bb8d5636200a10776f1752c4d6e49f31 [diff] [blame] |
patch 8.2.4248: no proper test for moving the window separator Problem: No proper test for moving the window separator. Solution: Add a test. Add comment in code. (closes #9656)
diff --git a/src/version.c b/src/version.c index 005a394..13de4a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4248, +/**/ 4247, /**/ 4246,