diff src/version.c @ 6172:69da1498ce89 v7.4.422

updated for version 7.4.422 Problem: When using conceal with linebreak some text is not displayed correctly. (Gr?ner Gimpel) Solution: Check for conceal mode when using linebreak. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 29 Aug 2014 12:08:43 +0200
parents 3ee39fe2df7d
children 96a4fa8e530c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    422,
+/**/
     421,
 /**/
     420,