1
0
mirror of https://github.com/amix/vimrc synced 2025-07-04 15:04:59 +08:00

add the emmet-vim

This commit is contained in:
李春奕
2016-10-11 11:14:46 +08:00
parent 72b74db2ec
commit 19e085c7bb
24 changed files with 8648 additions and 0 deletions

View File

@ -0,0 +1,11 @@
all : emmet-vim.zip
remove-zip:
-rm doc/tags
-rm emmet-vim.zip
emmet-vim.zip: remove-zip
zip -r emmet-vim.zip autoload plugin doc
release: emmet-vim.zip
vimup update-script emmet.vim