commit | e04a48f20413f3f926d26394fad6431795348af7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 13 14:01:41 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 13 14:01:41 2012 +0200 |
tree | 24168dd25a64d6e0df9cb21bdb0695070f38c5cb | |
parent | 48d279215f08667ccfa243afe874ef93e228dd57 [diff] [blame] |
updated for version 7.3.550 Problem: With "j" in 'formatoptions' a list leader is not removed. (Gary Johnson) Solution: Don't ignore the start of a three part comment. (Lech Lorens)
diff --git a/src/version.c b/src/version.c index 1e5d5cd..e3abb95 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 550, +/**/ 549, /**/ 548,