mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
option: Silence linter
This commit is contained in:
@@ -1492,7 +1492,7 @@ do_set (
|
|||||||
} else {
|
} else {
|
||||||
newval = (char_u *)xstrdup((char *)newval);
|
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(
|
newval = vim_strsave(*(char_u **)get_varp_scope(
|
||||||
&(options[opt_idx]), OPT_GLOBAL));
|
&(options[opt_idx]), OPT_GLOBAL));
|
||||||
new_value_alloced = TRUE;
|
new_value_alloced = TRUE;
|
||||||
|
Reference in New Issue
Block a user