commit | 228e422855d43965f2c3319ff0cdc26ea422c10f | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Nov 20 11:13:17 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 20 11:13:17 2022 +0000 |
tree | 81ae94babeb3a6f6f1145f8f87794bd97339ae98 | |
parent | 0a60f79fd0c328b47b36279a95282e9f8d9e7512 [diff] [blame] |
patch 9.0.0914: deletebufline() may move marks in the wrong window Problem: deletebufline() may move marks in the wrong window. Solution: Find a window for the buffer being changed. (closes #11583)
diff --git a/src/version.c b/src/version.c index 5505889..5347a7f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 914, +/**/ 913, /**/ 912,