mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00:00
*: Fix lint errors found in new code in previously ignored files
This commit is contained in:
@@ -2441,9 +2441,8 @@ did_set_string_option (
|
||||
verbose_stop();
|
||||
if (*p_vfile != NUL && verbose_open() == FAIL)
|
||||
errmsg = e_invarg;
|
||||
}
|
||||
/* 'shada' */
|
||||
else if (varp == &p_shada) {
|
||||
} else if (varp == &p_shada) {
|
||||
for (s = p_shada; *s; ) {
|
||||
/* Check it's a valid character */
|
||||
if (vim_strchr((char_u *)"!\"%'/:<@cfhnrs", *s) == NULL) {
|
||||
|
Reference in New Issue
Block a user