commit | f85e40afc204c241c6a01023be3e7b8101d36367 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 13:55:40 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 13:55:40 2019 +0200 |
tree | 15c6e38573537bc8fc12e9733f126b69a0c65e7d | |
parent | 6c17543b5634ccccedfbffa4993e9fbd4a990067 [diff] [blame] |
patch 8.1.1552: cursor position is wrong after sign column changes Problem: Cursor position is wrong after sign column appears or disappears. (Yegappan Lakshmanan) Solution: Call changed_line_abv_curs() instead of changed_cline_bef_curs().
diff --git a/src/version.c b/src/version.c index b213bda..f960d52 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1552, +/**/ 1551, /**/ 1550,