summaryrefslogtreecommitdiffstats
path: root/src/option.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/option.c')
-rw-r--r--src/option.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/option.c b/src/option.c
index 47537fa808..c8572d00ac 100644
--- a/src/option.c
+++ b/src/option.c
@@ -9756,6 +9756,9 @@ copy_winopt(from, to)
#ifdef FEAT_SCROLLBIND
to->wo_scb = from->wo_scb;
#endif
+#ifdef FEAT_CURSORBIND
+ to->wo_crb = from->wo_crb;
+#endif
#ifdef FEAT_SPELL
to->wo_spell = from->wo_spell;
#endif