Problem: tests: test_menu.vim leaves swapfiles behind
Solution: Close open buffers using :bw! instead of :close!
Signed-off-by: Christian Brabandt <cb@256bit.org>
call feedkeys(":emenu n Test.Sign\<CR>", 'x')
call assert_equal("m\tn", getline(1))
set cpo-=<
- close!
+ bw!
nunmenu Test.Sign
endfunc
2emenu Test.foo
call assert_equal(['aaaa', 'xxxx'], getline(1, 2))
xunmenu Test.foo
- close!
+ bw!
endfunc
" Test for PopUp menus
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2041,
/**/
2040,
/**/