comparison src/option.c @ 917:94164a5b0626 v7.0.043

updated for version 7.0-043
author vimboss
date Tue, 08 Aug 2006 14:29:16 +0000
parents 2548cf0a5f62
children b2dcb8457067
comparison
equal deleted inserted replaced
916:b8ed23ef6ff1 917:94164a5b0626
6323 if (wid && *s == '(' && (errmsg = check_stl_option(p_ruf)) == NULL) 6323 if (wid && *s == '(' && (errmsg = check_stl_option(p_ruf)) == NULL)
6324 ru_wid = wid; 6324 ru_wid = wid;
6325 else 6325 else
6326 errmsg = check_stl_option(p_ruf); 6326 errmsg = check_stl_option(p_ruf);
6327 } 6327 }
6328 else 6328 /* check 'statusline' only if it doesn't start with "%!" */
6329 else if (varp != &p_stl || s[0] != '%' || s[1] != '!')
6329 errmsg = check_stl_option(s); 6330 errmsg = check_stl_option(s);
6330 if (varp == &p_ruf && errmsg == NULL) 6331 if (varp == &p_ruf && errmsg == NULL)
6331 comp_col(); 6332 comp_col();
6332 } 6333 }
6333 #endif 6334 #endif