mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 18:54:27 +08:00
fix Makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -11,5 +11,5 @@ release: emmet-vim.zip
|
|||||||
vimup update-script emmet.vim
|
vimup update-script emmet.vim
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@-rm test.log 2> /dev/null
|
@-rm -f test.log 2> /dev/null
|
||||||
@vim --clean -N -c "let &rtp .= ',' . getcwd()" -c "so unittest.vim" -c EmmetUnitTest! || cat test.log || exit 1
|
@vim --clean -N -c "let &rtp .= ',' . getcwd()" -c "so unittest.vim" -c EmmetUnitTest! || cat test.log || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user