3f1cdba799
Added update_plugins.py which can fetch new plugins from GitHub. New plugins added: zencoding, vim-indent-object, taglist, nginx.vim
11 lines
214 B
Makefile
Executable file
11 lines
214 B
Makefile
Executable file
all : zencoding-vim.zip
|
|
|
|
remove-zip:
|
|
-rm doc/tags
|
|
-rm zencoding-vim.zip
|
|
|
|
zencoding-vim.zip: remove-zip
|
|
zip -r zencoding-vim.zip autoload plugin doc
|
|
|
|
release: zencoding-vim.zip
|
|
vimup update-script zencoding.vim
|