forked from aniani/vim
patch 9.0.1262: the did_set_string_option function is too long
Problem: The did_set_string_option function is too long.
Solution: Split off functionality to individual functions. (Yegappan
Lakshmanan, Lewis Russell, closes #11904)
This commit is contained in:
committed by
Bram Moolenaar
parent
2a99fe6c41
commit
f2e30d0c44
@@ -4386,7 +4386,7 @@ valid_spellfile(char_u *val)
|
||||
}
|
||||
|
||||
/*
|
||||
* Handle side effects of setting 'spell'.
|
||||
* Handle side effects of setting 'spell' or 'spellfile'
|
||||
* Return an error message or NULL for success.
|
||||
*/
|
||||
char *
|
||||
|
||||
Reference in New Issue
Block a user