mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-08 19:44:47 +08:00
reload after workarounds.
This commit is contained in:
@@ -7,8 +7,6 @@ function! s:reload(d)
|
|||||||
endfor
|
endfor
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
call s:reload(expand('<sfile>:h'))
|
|
||||||
|
|
||||||
function! s:show_type(type)
|
function! s:show_type(type)
|
||||||
echohl Search | echon "[" a:type "]\n" | echohl None
|
echohl Search | echon "[" a:type "]\n" | echohl None
|
||||||
echo "\r"
|
echo "\r"
|
||||||
@@ -139,6 +137,7 @@ function! s:do_tests(...)
|
|||||||
let s:old_user_zen_settings = g:user_zen_settings
|
let s:old_user_zen_settings = g:user_zen_settings
|
||||||
let g:user_zen_settings = { 'indentation': "\t" }
|
let g:user_zen_settings = { 'indentation': "\t" }
|
||||||
endif
|
endif
|
||||||
|
call s:reload(expand('<sfile>:h'))
|
||||||
let oldmore = &more
|
let oldmore = &more
|
||||||
let &more = 0
|
let &more = 0
|
||||||
call call('s:test', a:000)
|
call call('s:test', a:000)
|
||||||
|
|||||||
Reference in New Issue
Block a user