commit | 4ebe0e62d097d68c5312f9c32714fb41a4c947a3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 22 20:55:40 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 22 20:55:40 2019 +0100 |
tree | a5ab5da2bf923c76de42263032609ac02a81c0ea | |
parent | 2118a302957dea352174722bf355376901f49b9b [diff] [blame] |
patch 8.1.2336: when an expr mapping moves the cursor it is not restored Problem: When an expr mapping moves the cursor it is not restored. Solution: Position the cursor after an expr mapping. (closes #5256)
diff --git a/src/version.c b/src/version.c index 06edccd..137db0e 100644 --- a/src/version.c +++ b/src/version.c
@@ -738,6 +738,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2336, +/**/ 2335, /**/ 2334,