forked from VimPlug/emmet-vim
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