forked from VimPlug/emmet-vim
set config back at last.
This commit is contained in:
@@ -88,10 +88,6 @@ function! s:testMoveNextPrev()
|
|||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
if exists('g:user_zen_settings')
|
|
||||||
let g:user_zen_settings = s:old_user_zen_settings
|
|
||||||
endif
|
|
||||||
|
|
||||||
let oldmore = &more
|
let oldmore = &more
|
||||||
let &more = 0
|
let &more = 0
|
||||||
|
|
||||||
@@ -99,6 +95,10 @@ call s:testExpandAbbr()
|
|||||||
call s:testImageSize()
|
call s:testImageSize()
|
||||||
call s:testMoveNextPrev()
|
call s:testMoveNextPrev()
|
||||||
|
|
||||||
|
if exists('g:user_zen_settings')
|
||||||
|
let g:user_zen_settings = s:old_user_zen_settings
|
||||||
|
endif
|
||||||
|
|
||||||
let &more=oldmore
|
let &more=oldmore
|
||||||
echo "done"
|
echo "done"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user