From 19db2eebe5fd46e42963a385aaf554b1cf6a0b75 Mon Sep 17 00:00:00 2001 From: mattn Date: Wed, 6 Jun 2012 12:08:10 +0900 Subject: [PATCH] reload after workarounds. --- unittest.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unittest.vim b/unittest.vim index dcefcd9..a8ce062 100644 --- a/unittest.vim +++ b/unittest.vim @@ -7,8 +7,6 @@ function! s:reload(d) endfor endfunction -call s:reload(expand(':h')) - function! s:show_type(type) echohl Search | echon "[" a:type "]\n" | echohl None echo "\r" @@ -139,6 +137,7 @@ function! s:do_tests(...) let s:old_user_zen_settings = g:user_zen_settings let g:user_zen_settings = { 'indentation': "\t" } endif + call s:reload(expand(':h')) let oldmore = &more let &more = 0 call call('s:test', a:000)