commit | 5c6f574bd1e07d6eab077fa8f28b2c0cd480b068 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 13 17:32:07 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 13 17:32:07 2018 +0200 |
tree | 1ed88650b6b1aeed06e71814968f306635ec3185 | |
parent | 32d19c1820305729c0d1b21536b18bae2d8378ed [diff] [blame] |
patch 8.1.0381: variable declaration not at start of block Problem: Variable declaration not at start of block. Solution: Fix line ordering.
diff --git a/src/version.c b/src/version.c index 76fdb49..8addd2c 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 381, +/**/ 380, /**/ 379,