mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-02-12 13:11:56 +08:00
- Single quote after an alphanumeric character is an apostrophe.
- First attempt to behave nicely with an unbalanced quote.
This commit is contained in:
15
Makefile
Normal file
15
Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
PLUGIN=delimitMate
|
||||
|
||||
install:
|
||||
cp -f doc/* ~/.vim/doc/${PLUGIN}.txt
|
||||
cp -f plugin/* ~/.vim/plugin/${PLUGIN}.vim
|
||||
vim -u NONE -c 'helptags ~/.vim/doc' -c 'q'
|
||||
|
||||
zip:
|
||||
zip -r pickacolor.zip doc plugin
|
||||
zip pickacolor.zip -d \*.sw\?
|
||||
|
||||
vimball: install
|
||||
echo doc/${PLUGIN}.txt > vimball.txt
|
||||
echo plugin/${PLUGIN}.vim >> vimball.txt
|
||||
vim -c 'e vimball.txt' -c '%MkVimball! ${PLUGIN}' -c 'q'
|
||||
Reference in New Issue
Block a user