forked from VimPlug/emmet-vim
set config back at last.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user