add few methods. (drastic)

This commit is contained in:
mattn
2010-03-04 17:30:16 +09:00
parent 671226c005
commit f1e11a5fae
3 changed files with 108 additions and 50 deletions

View File

@@ -1,4 +1,7 @@
unlet! g:user_zen_settings
if exists('g:user_zen_settings')
let s:old_user_zen_settings = g:user_zen_settings
unlet! g:user_zen_settings
endif
so zencoding.vim
unlet! testgroups
@@ -25,6 +28,10 @@ for testgroup in testgroups
endfor
echo "past:".reltimestr(reltime(start))."\n"
endfor
if exists('g:user_zen_settings')
let g:user_zen_settings = s:old_user_zen_settings
endif
finish
[