option: Silence linter

This commit is contained in:
ZyX 2016-06-26 18:24:05 +03:00
parent 9767b9f00f
commit 56fcabbd05

View File

@ -1492,7 +1492,7 @@ do_set (
} else {
newval = (char_u *)xstrdup((char *)newval);
}
} else if (nextchar == '<') { /* set to global val */
} else if (nextchar == '<') { // set to global val
newval = vim_strsave(*(char_u **)get_varp_scope(
&(options[opt_idx]), OPT_GLOBAL));
new_value_alloced = TRUE;