commit | 9b2edfd3bf2f14a1faaee9b62930598a2e77a798 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Sun May 22 15:35:53 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 22 15:35:53 2022 +0100 |
tree | 9fe3171945da415e62d665f2393acdde85904069 | |
parent | 8a3704723c40779d688ef957dbe5bd8b65c25f95 [diff] [blame] |
patch 8.2.5002: deletebufline() may change Visual selection Problem: deletebufline() may change Visual selection. Solution: Disable Visual mode when using another buffer. (closes #10469)
diff --git a/src/version.c b/src/version.c index d947125..6aef8ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5002, +/**/ 5001, /**/ 5000,