This commit is contained in:
Yasuhiro Matsumoto
2017-12-07 00:13:40 +09:00
parent 1c6b56f0e0
commit 5181a02a09
2 changed files with 46 additions and 18 deletions

View File

@@ -9,3 +9,7 @@ emmet-vim.zip: remove-zip
release: emmet-vim.zip
vimup update-script emmet.vim
test:
@rm test.log
@vim --clean -N -c "let &rtp .= ',' . getcwd()" -c "so unittest.vim" -c EmmetUnitTest! || cat test.log || exit 1