mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
option: Silence linter
This commit is contained in:
parent
9767b9f00f
commit
56fcabbd05
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user