commit | 08f23636aef595f4cc061dfee8248dca97df16b3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 16 14:19:33 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 16 14:19:33 2019 +0100 |
tree | 90da2416a35ce2c406cca94115f8578e358804c2 | |
parent | f4a1d1c0542df151bc59ac3b798ed198b5c71ccc [diff] [blame] |
patch 8.1.2303: cursor in wrong position after horizontal scroll Problem: Cursor in wrong position after horizontal scroll. Solution: Set w_valid_leftcol. (closes #5214, closes #5224)
diff --git a/src/version.c b/src/version.c index 500ec91..5d97575 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2303, +/**/ 2302, /**/ 2301,