diff src/version.c @ 2772:18ad854f5dcd v7.3.162

updated for version 7.3.162 Problem: No error message when assigning to a list with an index out of range. (Yukihiro Nakadaira) Solution: Add the error message.
author Bram Moolenaar <bram@vim.org>
date Thu, 21 Apr 2011 14:27:28 +0200
parents 25672ad7f377
children e8f012b00187
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 */
 /**/
+    162,
+/**/
     161,
 /**/
     160,