- Shift + Backspace inside an empty pair will delete the closing delimiter.

This commit is contained in:
Israel Chauca Fuentes
2010-03-24 01:47:06 -05:00
parent 2e786b5ca6
commit 23326b1178
2 changed files with 15 additions and 9 deletions

View File

@@ -13,3 +13,7 @@ vimball: install
echo doc/${PLUGIN}.txt > vimball.txt
echo plugin/${PLUGIN}.vim >> vimball.txt
vim -c 'e vimball.txt' -c '%MkVimball! ${PLUGIN}' -c 'q'
gzip: vimball
gzip -f ${PLUGIN}.vba