diff src/version.c @ 6012:3248c6e40aee v7.4.346

updated for version 7.4.346 Problem: Indent is not updated when changing 'breakindentopt'. (itchyny) Solution: Do not cache "brishift". (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Thu, 26 Jun 2014 21:24:56 +0200
parents ea2c5dfee1b0
children a162d41f10e1
line wrap: on
line diff
--- 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,