Bunch of changes inspired by r00k

This commit is contained in:
2013-07-07 17:25:47 -04:00
parent c5a1ed1258
commit cf3eea13fb
141 changed files with 22472 additions and 519 deletions

View File

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