diff src/version.c @ 3628:3ac005f02cf0 v7.3.574

updated for version 7.3.574 Problem: When pasting a register in the search command line a CTRL-L character is not pasted. (Dominique Pelle) Solution: Escape the CTRL-L. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 29 Jun 2012 13:44:41 +0200
parents 802b1a1b275f
children 79ae10bd0565
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    574,
+/**/
     573,
 /**/
     572,