Problem: unnecessary code in optionstr.c
Solution: Remove it (Hirohito Higashi)
fixes: #18551
closes: #18554
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
// When using :set, clear the local flags.
curbuf->b_cot_flags = 0;
- if (check_opt_strings(cot, p_cot_values, TRUE) != OK)
- return e_invalid_argument;
-
if (opt_strings_flags(cot, p_cot_values, flags, TRUE) != OK)
return e_invalid_argument;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1854,
/**/
1853,
/**/