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
@@ -12,4 +12,4 @@ release: emmet-vim.zip
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
@-rm -f test.log 2> /dev/null
|
@-rm -f test.log 2> /dev/null
|
||||||
@vim -N -c "let &rtp .= getcwd()" -c "so unittest.vim" -c EmmetUnitTest! || cat test.log || exit 1
|
@vim -N -c "let &rtp .= ',' . getcwd()" -c "so unittest.vim" -c EmmetUnitTest! || cat test.log || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user