commit | 04d17ae1678846c4857cd86cf3eaf47d60c04c85 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 06 17:44:14 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 06 17:44:14 2014 +0200 |
tree | 124d23d766325e5ddc7d79ee3ed8547dff7e13d9 | |
parent | 9b352c46f0604288087c629381158e3e80943fbe [diff] [blame] |
updated for version 7.4.395 Problem: C indent is wrong below an if with wrapped condition followed by curly braces. (Trevor Powell) Solution: Make a copy of tryposBrace.
diff --git a/src/version.c b/src/version.c index 082c5fc..aa64155 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 395, +/**/ 394, /**/ 393,