commit | 7e667788150be617aeac42b0d668618ac33ab9da | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 23 13:10:48 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 23 13:10:48 2022 +0100 |
tree | 192254db3546cae9e753acdab37b326f7cfcf693 | |
parent | 6d24b4ff69913270ce1e5267dd6bd8454f75e2b9 [diff] [blame] |
patch 8.2.5008: when 'formatoptions' contains "/" wrongly wrapping comment Problem: When 'formatoptions' contains "/" wrongly wrapping a long trailing comment. Solution: Pass the OPENLINE_FORMAT flag.
diff --git a/src/version.c b/src/version.c index c652b31..36350c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5008, +/**/ 5007, /**/ 5006,