commit | 05b27615481e72e3b338bb12990fb3e0c2ecc2a9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 13:32:50 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 13:32:50 2022 +0000 |
tree | 2bc73f0f7efd680d83cd1a9168fe2747d2dfea52 | |
parent | 4ac893f32109f29349661322676e5b81eb169b74 [diff] [blame] |
patch 8.2.4154: ml_get error when exchanging windows in Visual mode Problem: ml_get error when exchanging windows in Visual mode. Solution: Correct end of Visual area when entering another buffer.
diff --git a/src/version.c b/src/version.c index 54a9ebe..e32abbb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4154, +/**/ 4153, /**/ 4152,