summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-10-04 21:45:33 +0200
committerChristian Brabandt <cb@256bit.org>2023-10-04 21:45:33 +0200
commit8e5f26ec6a1446aabffa7a0a7819a7462372a5b8 (patch)
tree263693efac261c5910049981776d0ed7d3c71878 /src/version.c
parent4dbb2669e9ed9ec6864705dcb569715e417e1303 (diff)
patch 9.0.1983: scrolling inactive window not possible with cursorbindv9.0.1983
Problem: Scrolling non-current window using mouse is inconsistent depending on 'scrollbind'/'scrolloff' and different from GUI vertical scrollbar when 'cursorbind' is set. Solution: Don't move cursor in non-current windows for 'cursorbind' if cursor in the current window didn't move. closes: #13219 closes: #13210 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
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 7fdb1e621d..32005545f3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1983,
+/**/
1982,
/**/
1981,