diff src/version.c @ 3429:b35844f3eb49 v7.3.480

updated for version 7.3.480 Problem: When using ":qa" and there is a changed buffer picking the buffer to jump to is not very good. Solution: Consider current and other tab pages. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Fri, 23 Mar 2012 18:39:18 +0100
parents 3db4282d5e6b
children 8e21ac7f2d6e
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 */
 /**/
+    480,
+/**/
     479,
 /**/
     478,