diff src/version.c @ 2682:35edf814f223 v7.3.100

updated for version 7.3.100 Problem: When using :normal v:count isn't set. Solution: Call normal_cmd() with toplevel set to TRUE.
author Bram Moolenaar <bram@vim.org>
date Mon, 17 Jan 2011 19:50:06 +0100
parents 27621abffed2
children 0c7d6d01e058
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 */
 /**/
+    100,
+/**/
     99,
 /**/
     98,