mirror of
https://github.com/neovim/neovim.git
synced 2024-12-22 12:15:06 -07:00
Make clint status valid
This commit is contained in:
parent
74341ca5ca
commit
1b56425662
@ -2380,7 +2380,7 @@ set_string_option (
|
||||
saved_oldval = vim_strsave(oldval);
|
||||
}
|
||||
|
||||
if ((r = did_set_string_option(opt_idx, varp, TRUE, oldval, NULL,
|
||||
if ((r = did_set_string_option(opt_idx, varp, (int)true, oldval, NULL,
|
||||
opt_flags)) == NULL)
|
||||
did_set_option(opt_idx, opt_flags, TRUE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user