commit | 48d279215f08667ccfa243afe874ef93e228dd57 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 13 13:40:48 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 13 13:40:48 2012 +0200 |
tree | 5321e0360912a9dbc49a387754170f6dcbb9d7d5 | |
parent | 27ba0885493243945b16e14056c0a98a3ab14021 [diff] [blame] |
updated for version 7.3.549 Problem: In 'cinoptions' "0s" is interpreted as one shiftwidth. (David Pineau) Solution: Use the zero as zero. (Lech Lorens)
diff --git a/src/version.c b/src/version.c index e9f1607..1e5d5cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 549, +/**/ 548, /**/ 547,