reload after workarounds.

This commit is contained in:
mattn
2012-06-06 12:08:10 +09:00
parent f6f4749be9
commit 19db2eebe5

View File

@@ -7,8 +7,6 @@ function! s:reload(d)
endfor
endfunction
call s:reload(expand('<sfile>: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('<sfile>:h'))
let oldmore = &more
let &more = 0
call call('s:test', a:000)