diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-06-26 21:24:56 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-06-26 21:24:56 +0200 |
commit | 9d7a592c8007d67627eac34edac14996926a99f8 (patch) | |
tree | 681e48243f5bca27c10c1ea9999db4d514aa4379 /src/version.c | |
parent | a40aa760a1f49defccf2f8090d9f5ddf463e3303 (diff) | |
download | vim-9d7a592c8007d67627eac34edac14996926a99f8.zip |
updated for version 7.4.346
Problem: Indent is not updated when changing 'breakindentopt'. (itchyny)
Solution: Do not cache "brishift". (Christian Brabandt)
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 a9d39dfe1..4adf3e55d 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 */ /**/ + 346, +/**/ 345, /**/ 344, |