mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-08-12 10:52:36 +08:00
Doc update, fix backspace & global functions.
Fixed a problem with MacVim and the Makefile.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user