commit | 4ae06c1fa5973496deb74ef06dd116843bf0b647 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 10 11:39:19 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 10 11:39:19 2011 +0200 |
tree | ee4daefee496c8a6e79bbcd8d88b00e9aaaa5d6a | |
parent | 3c9c99cb2c7839b96101ba0f41e93f8991adf531 [diff] [blame] |
updated for version 7.3.178 Problem: C-indent doesn't handle code right after { correctly. Solution: Fix detecting unterminated line. (Lech Lorens)
diff --git a/src/version.c b/src/version.c index 0c24bd2..f69bf4e 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 178, +/**/ 177, /**/ 176,