diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-06-17 13:50:13 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-06-17 13:50:13 +0200 |
commit | 7a54a90744529ab4d3291fa5cdf7656184b8469c (patch) | |
tree | 8d188d4ced06993793a35261715c044cef30d6fa /src/version.c | |
parent | 8502c704badd5f93875e56d887a6a1e5810d131f (diff) | |
download | vim-7a54a90744529ab4d3291fa5cdf7656184b8469c.zip |
updated for version 7.4.328
Problem: Selection of inner block is inconsistent.
Solution: Skip indent not only for '}' but all parens. (Tom McDonald)
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 9215ae475..f25abaeee 100644 --- a/src/version.c +++ b/src/version.c @@ -735,6 +735,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 328, +/**/ 327, /**/ 326, |