commit | 0ad00a7fd3e0389f565876521e395c35144d8009 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 22 11:59:25 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 22 11:59:25 2022 +0100 |
tree | 521ecf9cc1dd52b5d3f5703b1014cb06b33154f3 | |
parent | dafef51b1cbe8aa836c4cfa52623f775bd85a190 [diff] [blame] |
patch 8.2.4996: setbufline() may change Visual selection Problem: setbufline() may change Visual selection. (Qiming Zhao) Solution: Disable Visual mode when using another buffer. (closes #10466)
diff --git a/src/version.c b/src/version.c index 1a39c06..fdbb994 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4996, +/**/ 4995, /**/ 4994,