diff src/version.c @ 2791:1bd8af13fb43 v7.3.171

updated for version 7.3.171 Problem: When the clipboard isn't supported: ":yank*" gives a confusing error message. Solution: Specifically mention that the register name is invalid. (Jean-Rene David)
author Bram Moolenaar <bram@vim.org>
date Thu, 05 May 2011 14:26:41 +0200
parents 64c3402df964
children ee48b3da9d53
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 */
 /**/
+    171,
+/**/
     170,
 /**/
     169,