commit | bc3dc298b37820a8212e7d839e882e07d6cc98c8 | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Wed Feb 15 16:45:27 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 15 16:45:27 2023 +0000 |
tree | 163ffb22feb5fd5c79ded87e7c7e36f2e0559c61 | |
parent | 339e114d70de3ec2b36edf37d7ba7a7cfdf9d1a6 [diff] [blame] |
patch 9.0.1312: Cursor position wrong when splitting window in insert mode Problem: Cursor position wrong when splitting window in insert mode. Solution: Pass the actual mode to win_fix_cursor(). (Luuk van Baal, closes #11999,
diff --git a/src/version.c b/src/version.c index c59a3a1..080c3ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1312, +/**/ 1311, /**/ 1310,