commit | 32ff96ef018eb1a5bea0953648b4892a6ee71658 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Feb 13 16:10:04 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 13 16:10:04 2023 +0000 |
tree | c3a1a5383526dccb92ce5b9289f0a8f42c0f748b | |
parent | 5ceb8157bc4608eeff4b7453da31ebe65f08a862 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index f3877e4..ee9bf28 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1307, +/**/ 1306, /**/ 1305,