commit | 9d7a592c8007d67627eac34edac14996926a99f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 26 21:24:56 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 26 21:24:56 2014 +0200 |
tree | 681e48243f5bca27c10c1ea9999db4d514aa4379 | |
parent | a40aa760a1f49defccf2f8090d9f5ddf463e3303 [diff] [blame] |
updated for version 7.4.346 Problem: Indent is not updated when changing 'breakindentopt'. (itchyny) Solution: Do not cache "brishift". (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index a9d39df..4adf3e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 346, +/**/ 345, /**/ 344,