commit | 48a8a833033e10fc1eba96f2fc8dd19c2408eddf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 07 15:43:52 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 07 15:43:52 2022 +0100 |
tree | 8d744d6f7326aefa0beaae5c54b116b11c82a806 | |
parent | 2bf875f881f7c6f6900bc0eb2a93a552db894109 [diff] [blame] |
patch 8.2.4908: no text formatting for // comment after a statement Problem: No text formatting for // comment after a statement. Solution: format a comment when the 'c' flag is in 'formatoptions'.
diff --git a/src/version.c b/src/version.c index f53be12..1eb14d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4908, +/**/ 4907, /**/ 4906,