summaryrefslogtreecommitdiff
path: root/src/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.c')
-rw-r--r--src/gui.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui.c b/src/gui.c
index 0047a26a3..3a1b31cdd 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -786,6 +786,9 @@ set_guifontwide(name)
gui.wide_font = font;
set_string_option_direct((char_u *)"gfw", -1,
wide_name, OPT_FREE);
+# ifdef FEAT_EVAL
+ set_option_scriptID((char_u *)"gfw", current_SID);
+# endif
}
}
break;