diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-19 21:12:24 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-19 21:12:24 +0100 |
commit | 1f20daa1d784e2d8ae13db5b9c8abbb648dd2a03 (patch) | |
tree | 72c3bb662eff37d7da68c90bca8c08e5e23c5092 /src/version.c | |
parent | 63c0ccd2b68ce854f294e6f149cc700c7f543674 (diff) | |
download | vim-git-8.1.0784.tar.gz |
patch 8.1.0784: messy indent in if statementv8.1.0784
Problem: Messy indent in if statement.
Solution: Improve structure of if statement. (Ozaki Kiichi, closes #3826)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 11e4bb682..90f429624 100644 --- a/src/version.c +++ b/src/version.c @@ -792,6 +792,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 784, +/**/ 783, /**/ 782, |