mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 12:44:27 +08:00
Now re-do-safe, except for <CR> expansion.
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,6 +1,10 @@
|
||||
PLUGIN=delimitMate
|
||||
|
||||
install:
|
||||
install -m 755 -d ~/.vim
|
||||
install -m 755 -d ~/.vim/plugin/
|
||||
install -m 755 -d ~/.vim/autoload/
|
||||
install -m 755 -d ~/.vim/doc/
|
||||
cp -f doc/${PLUGIN}.txt ~/.vim/doc/${PLUGIN}.txt
|
||||
cp -f plugin/${PLUGIN}.vim ~/.vim/plugin/${PLUGIN}.vim
|
||||
cp -f autoload/${PLUGIN}.vim ~/.vim/autoload/${PLUGIN}.vim
|
||||
|
||||
Reference in New Issue
Block a user