commit | 2bf875f881f7c6f6900bc0eb2a93a552db894109 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 07 14:54:11 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 07 14:54:11 2022 +0100 |
tree | 43f3b1e70f88d05eeae1020899af539b23775846 | |
parent | aa04e1b0be343ff606e25a48d59bc057edcc6e87 [diff] [blame] |
patch 8.2.4907: some users do not want a line comment always inserted Problem: Some users do not want a line comment always inserted. Solution: Add the '/' flag to 'formatoptions' to not repeat the comment leader after a statement when using "o".
diff --git a/src/version.c b/src/version.c index d5963d4..f53be12 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4907, +/**/ 4906, /**/ 4905,