Doc update, fix backspace & global functions.

Fixed a problem with MacVim and the Makefile.
This commit is contained in:
Israel Chauca Fuentes
2010-04-01 17:53:31 -05:00
parent 007da2c08a
commit 9c6b615397
3 changed files with 99 additions and 32 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ install:
cp -f plugin/* ~/.vim/plugin/${PLUGIN}.vim
doc_update: install
vim -u NONE -c 'helptags ~/.vim/doc' -c 'q'
/usr/bin/vim -u NONE -c ':helptags ~/.vim/doc' -c ':q'
zip:
zip -r ${PLUGIN}.zip doc plugin
@@ -14,7 +14,7 @@ zip:
vimball: install
echo doc/${PLUGIN}.txt > vimball.txt
echo plugin/${PLUGIN}.vim >> vimball.txt
vim -c 'e vimball.txt' -c '%MkVimball! ${PLUGIN}' -c 'q'
/usr/bin/vim -c 'e vimball.txt' -c '%MkVimball! ${PLUGIN}' -c 'q'
gzip: vimball
gzip -f ${PLUGIN}.vba