commit | 3f8f82772313af9f2417b06651f30988b63e1c96 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 08 21:49:35 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 08 21:49:35 2022 +0000 |
tree | bcb39bcc4421135334decdea16a3dc176c6afe94 | |
parent | d28d7b94f5a76a817585c115dbf6fecac9b0b4cd [diff] [blame] |
patch 9.0.1036: undo misbehaves when writing from an insert mode mapping Problem: Undo misbehaves when writing from an insert mode mapping. Solution: Sync undo when writing. (closes #11674)
diff --git a/src/version.c b/src/version.c index 7ae34f4..9c162fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1036, +/**/ 1035, /**/ 1034,