commit | e615db06046312e74886fa1ef98feb5a9db2a7c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 21:00:54 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 21:00:54 2022 +0000 |
tree | 8777ab7d7ac5b1ad11f2b59d42f6b50f2b12fb66 | |
parent | 05386ca1d4823e5c98c24b8cd038af49aee62577 [diff] [blame] |
patch 8.2.4166: undo synced when switching buffer in another window Problem: Undo synced when switching buffer in another window. Solution: Do not sync undo when not needed. (closes #9575)
diff --git a/src/version.c b/src/version.c index 350b7e1..eaeb0a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4166, +/**/ 4165, /**/ 4164,