1
0
forked from aniani/vim

patch 9.0.1307: setting 'formatoptions' with :let doesn't check for errors

Problem:    Setting 'formatoptions' with :let doesn't check for errors.
Solution:   Pass "errbuf" to set_string_option(). (Yegappan Lakshmanan,
            closes #11974, closes #11972)
This commit is contained in:
Yegappan Lakshmanan
2023-02-13 16:10:04 +00:00
committed by Bram Moolenaar
parent 5ceb8157bc
commit 32ff96ef01
5 changed files with 51 additions and 5 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1307,
/**/
1306,
/**/