diff src/version.c @ 3380:07fd030f89be v7.3.456

updated for version 7.3.456 Problem: ":tab drop file" has several problems, including moving the current window and opening a new tab for a file that already has a window. Solution: Refactor ":tab drop" handling. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Wed, 22 Feb 2012 19:13:08 +0100
parents e6392f2aed4c
children 4a2744311b3f
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 */
 /**/
+    456,
+/**/
     455,
 /**/
     454,