mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +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
|
-@rm test.log
|
||||||
@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