commit | aa6ba308a1498dc8da04d1d30ec0470018bf782a | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Tue May 09 16:01:17 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 09 16:01:17 2023 +0100 |
tree | e5fac86e1a7ae2af8bc6fa515a224ff76d304cdb | |
parent | c9471b18728b1b37c04845ca2bc59fc981308b2d [diff] [blame] |
patch 9.0.1530: cursor moves to wrong line when 'foldmethod' is "diff" Problem: Cursor moves to wrong line when 'foldmethod' is "diff". (Rick Howe) Solution: Adjust logic for scrolling. (Luuk van Baal, closes #12364, closes #12218)
diff --git a/src/version.c b/src/version.c index 1745dcd..310803c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1530, +/**/ 1529, /**/ 1528,