commit | d1f56e68f1315687ff5b913e2577f11b0b620573 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 22 21:25:37 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 22 21:25:37 2006 +0000 |
tree | adbac0a00c07ee933058543eb3f251a83e707624 | |
parent | 238a564935abe36832b267f32b5487556c640d00 [diff] [blame] |
updated for version 7.0204
diff --git a/src/gui.c b/src/gui.c index 0047a26..3a1b31c 100644 --- a/src/gui.c +++ b/src/gui.c
@@ -786,6 +786,9 @@ 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;