All operations are undo and history safe.

This commit is contained in:
Israel Chauca Fuentes
2010-03-26 11:00:28 -05:00
parent 4f2db7a481
commit 8ba4a6ddd2
2 changed files with 112 additions and 74 deletions

View File

@@ -3,6 +3,8 @@ PLUGIN=delimitMate
install:
cp -f doc/* ~/.vim/doc/${PLUGIN}.txt
cp -f plugin/* ~/.vim/plugin/${PLUGIN}.vim
doc_update: install
vim -u NONE -c 'helptags ~/.vim/doc' -c 'q'
zip: