Fixed vim and zsh
This commit is contained in:
11
vim/plugins/emmet-vim/Makefile
Normal file
11
vim/plugins/emmet-vim/Makefile
Normal 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
|
Reference in New Issue
Block a user