diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-02-22 19:13:08 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-02-22 19:13:08 +0100 |
commit | 52379eadfb8a6689f083ea7dacfc3bf1539f450f (patch) | |
tree | 5f7d0001cbd7fc95563d2a8e3124fd16ea1eb9e7 /src/testdir/test62.ok | |
parent | b549a731fb9897c59ae8f9265fc545d624b3982e (diff) | |
download | vim-git-52379eadfb8a6689f083ea7dacfc3bf1539f450f.tar.gz |
updated for version 7.3.456v7.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)
Diffstat (limited to 'src/testdir/test62.ok')
-rw-r--r-- | src/testdir/test62.ok | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/test62.ok b/src/testdir/test62.ok index 9a51e4424..7625cd2e2 100644 --- a/src/testdir/test62.ok +++ b/src/testdir/test62.ok @@ -5,3 +5,6 @@ this is tab page 1 this is tab page 4 gettabvar: pass settabvar: pass +tab drop 1: pass +tab drop 2: pass +tab drop 3: pass |