commit | 52379eadfb8a6689f083ea7dacfc3bf1539f450f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 22 19:13:08 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 22 19:13:08 2012 +0100 |
tree | 5f7d0001cbd7fc95563d2a8e3124fd16ea1eb9e7 | |
parent | b549a731fb9897c59ae8f9265fc545d624b3982e [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 7945ffe..f47e7bd 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 456, +/**/ 455, /**/ 454,