diff src/version.c @ 2749:f169a51f7ead v7.3.151

updated for version 7.3.151 Problem: When "unnamedplus" is in 'clipboard' the selection is sometimes also copied to the star register. Solution: Avoid copy to the star register when undesired. (James Vega)
author Bram Moolenaar <bram@vim.org>
date Fri, 01 Apr 2011 16:28:38 +0200
parents 6146c9859f65
children 0f7f66682a55
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 */
 /**/
+    151,
+/**/
     150,
 /**/
     149,