commit | b316376b4893ac3ae62f7f33c483b28b7fc147c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 08 15:15:08 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 08 15:15:08 2008 +0000 |
tree | e05415db492337bf479ac89635a33e648f6d96c3 | |
parent | c93e791042297f4e48c0ae0c61e0ad6c9434c032 [diff] [blame] |
updated for version 7.2a-019
diff --git a/src/option.c b/src/option.c index 8543b48..2d47af3 100644 --- a/src/option.c +++ b/src/option.c
@@ -8222,7 +8222,7 @@ set_string_option(opt_idx, string, opt_flags); else { - varp = get_varp(&options[opt_idx]); + varp = get_varp_scope(&(options[opt_idx]), opt_flags); if (varp != NULL) /* hidden option is not changed */ { if (number == 0 && string != NULL)