commit | c367faad9915c6f780063ebb717a2d5b2aedbebe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 14 20:21:35 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 14 20:21:35 2011 +0100 |
tree | f40a025e2a154b3b222c29fc00f8f0f8d1997dd5 | |
parent | a528565cf1b33f629a192abfc71b0591f139f4a3 [diff] [blame] |
updated for version 7.3.380 Problem: C-indenting wrong for a function header. Solution: Skip to the start paren. (Lech Lorens)
diff --git a/src/version.c b/src/version.c index 6f2f28c..5a58113 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 380, +/**/ 379, /**/ 378,