From 269ec658f0fad22b2bf9f71b06a4e6e10277f0e5 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 29 Jul 2004 08:43:53 +0000 Subject: updated for version 7.0013 --- src/option.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/option.c') diff --git a/src/option.c b/src/option.c index bcf418378..981e231ea 100644 --- a/src/option.c +++ b/src/option.c @@ -5312,11 +5312,13 @@ did_set_string_option(opt_idx, varp, new_value_alloced, oldval, errbuf, #ifdef FEAT_PRINTER else if (varp == &p_popt) - errmsg = parse_list_options(p_popt, printer_opts, OPT_PRINT_NUM_OPTIONS); + errmsg = parse_list_options(p_popt, printer_opts, + OPT_PRINT_NUM_OPTIONS); # if defined(FEAT_MBYTE) && defined(FEAT_POSTSCRIPT) else if (varp == &p_pmfn) - errmsg = parse_list_options(p_pmfn, mbfont_opts, OPT_MBFONT_NUM_OPTIONS); + errmsg = parse_list_options(p_pmfn, mbfont_opts, + OPT_MBFONT_NUM_OPTIONS); # endif #endif -- cgit v1.2.1