commit | abb71fbd399772d467aaa7b34b958b0f975c7e65 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 02 22:51:42 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 02 22:51:42 2016 +0200 |
tree | f50f59815cc4945674871a04acd53051017b1af1 | |
parent | 472472898ab71ac80a86fedc37f8eb91461788dd [diff] |
patch 7.4.2147 Problem: test_alot fails. Solution: Close window.
diff --git a/src/testdir/test_popup.vim b/src/testdir/test_popup.vim index ca482c0..d5f50ca 100644 --- a/src/testdir/test_popup.vim +++ b/src/testdir/test_popup.vim
@@ -203,6 +203,7 @@ call feedkeys("aM\<f5>\<enter>\<esc>", 'tx') call assert_equal(["March", "M", "March"], getline(1,4)) %d + bwipe! endfu