summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-12 19:53:38 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-12 19:53:38 +0100
commit2fbabd238a94022c99506e920186a5b6cdf15426 (patch)
tree2806a67322331d156506ae687731077b432ba3ac /src/version.c
parent84d14ccdb50dc9f362066a2c83bfaf331314e5ea (diff)
downloadvim-git-2fbabd238a94022c99506e920186a5b6cdf15426.tar.gz
patch 9.0.0734: cursor position invalid when scrolling with 'smoothscroll'v9.0.0734
Problem: Cursor position invalid when scrolling with 'smoothscroll' set. (Ernie Rael) Solution: Add w_valid_skipcol and clear flags when it changes. Adjust w_skipcol after moving the cursor.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index eeb1579ef..8ee824a39 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 734,
+/**/
733,
/**/
732,