diff --git a/unittest.vim b/unittest.vim index e77b6bb..99d4634 100644 --- a/unittest.vim +++ b/unittest.vim @@ -88,10 +88,6 @@ function! s:testMoveNextPrev() endif endfunction -if exists('g:user_zen_settings') - let g:user_zen_settings = s:old_user_zen_settings -endif - let oldmore = &more let &more = 0 @@ -99,6 +95,10 @@ call s:testExpandAbbr() call s:testImageSize() call s:testMoveNextPrev() +if exists('g:user_zen_settings') + let g:user_zen_settings = s:old_user_zen_settings +endif + let &more=oldmore echo "done"