diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-03-08 22:19:26 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-03-08 22:19:26 +0100 |
commit | 7720ba8599162fbbb8f7fc034f674a2ccd3ca7f1 (patch) | |
tree | d130bb2242a5993528be171cee687af290525a53 /src/version.c | |
parent | bb962262eb6b18d93161d7506317d215ae80bfe5 (diff) | |
download | vim-git-7720ba8599162fbbb8f7fc034f674a2ccd3ca7f1.tar.gz |
patch 8.0.0431: 'cinoptions' cannot set indent for extern blockv8.0.0431
Problem: 'cinoptions' cannot set indent for extern block.
Solution: Add the "E" flag in 'cinoptions'. (Hirohito Higashi)
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 1c5dea4c1..a859cf51f 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 431, +/**/ 430, /**/ 429, |