mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-09 20:14:55 +08:00
no more scroll
This commit is contained in:
@@ -23,6 +23,7 @@ function! s:testExpandAbbr()
|
|||||||
else
|
else
|
||||||
echohl WarningMsg | echon "ng\n" | echohl None
|
echohl WarningMsg | echon "ng\n" | echohl None
|
||||||
echohl ErrorMsg | echo "failed test #".(n+1) | echohl None
|
echohl ErrorMsg | echo "failed test #".(n+1) | echohl None
|
||||||
|
set more
|
||||||
echo " expect:".tests[n].result
|
echo " expect:".tests[n].result
|
||||||
echo " got:".res
|
echo " got:".res
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user