Skip to content

Commit

Permalink
Update vim scripts #13
Browse files Browse the repository at this point in the history
  • Loading branch information
CR96 committed Oct 25, 2017
1 parent 1e50fce commit 495c21f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -5,6 +5,6 @@ all: dist
dist:
cd supertab; make
cd findAndroidManifest; make
cp Javacomplete.makefile javacomplete/Makefile; cd javacomplete; make
cp Javacomplete2.makefile javacomplete2/Makefile; cd javacomplete2; make
cp Snipmate.makefile snipmate/Makefile; cd snipmate; make
cd adbLogCat; make
12 changes: 6 additions & 6 deletions android-install.sh 100755 → 100644
Expand Up @@ -25,17 +25,17 @@ echo "let g:SuperTabDefaultCompletionType = 'context'" >> ~/.vimrc

echo "[INFO] Cloning Supertab"
git clone git://github.com/ervandew/supertab.git supertab
echo "[INFO] Cloning Snipmate"
git clone git://github.com/msanders/snipmate.vim.git snipmate
echo "[INFO] Cloning javacomplete"
git clone git://github.com/vim-scripts/javacomplete.git
echo "[INFO] Cloning snipMate"
git clone git://github.com/garbas/vim-snipmate.git snipmate
echo "[INFO] Cloning javacomplete2"
git clone git://github.com/artur-shaik/vim-javacomplete2.git javacomplete2

echo "[BUILDING] Creating vimballs"
make

echo "[INSTALLING] Installing supertab, javacomplete, and findAndroidManifest"
echo "[INSTALLING] Installing Supertab, snipMate, javacomplete2, and findAndroidManifest"
vim findAndroidManifest/findmanifest.vmb -c 'so %' -c 'q!'
vim supertab/supertab.vmb -c 'so %' -c 'q!'
vim javacomplete/javacomplete.vmb -c 'so %' -c 'q!'
vim javacomplete2/javacomplete.vmb -c 'so %' -c 'q!'
vim snipmate/snipmate.vmb -c 'so %' -c 'q!'
vim adbLogCat/adbLogCat.vmb -c 'so %' -c 'q!'

0 comments on commit 495c21f

Please sign in to comment.