diff src/version.c @ 3433:3229335d0c4e v7.3.482

updated for version 7.3.482 Problem: With 'cursorbind' set moving up/down does not always keep the same column. Solution: Set curswant appropriately. (Gary Johnson)
author Bram Moolenaar <bram@vim.org>
date Wed, 28 Mar 2012 14:19:50 +0200
parents 8e21ac7f2d6e
children 19040069b8bf
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 */
 /**/
+    482,
+/**/
     481,
 /**/
     480,