diff src/version.c @ 3415:7f1bce9c9b79 v7.3.473

updated for version 7.3.473 Problem: 'cursorbind' does not work correctly in combination with 'virtualedit' set to "all". Solution: Copy coladd. (Gary Johnson)
author Bram Moolenaar <bram@vim.org>
date Fri, 16 Mar 2012 19:24:26 +0100
parents 8332129d9ae8
children 7613c9ab083f
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 */
 /**/
+    473,
+/**/
     472,
 /**/
     471,