commit | bfe3bf806a8a4300289055643d13d19e2dbc8967 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 13 17:28:55 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 13 17:28:55 2012 +0200 |
tree | 487a502d010be7ed435e2a8a0bbd3d4e1e7e299c | |
parent | a8596c47724b97822924f5ffe5d50476de31ff4b [diff] [blame] |
updated for version 7.3.552 Problem: Formatting inside comments does not use the "2" flag in 'formatoptions'. Solution: Support the "2" flag. (Tor Perkins)
diff --git a/src/version.c b/src/version.c index 5e08bac..91226cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 552, +/**/ 551, /**/ 550,