Do not remove caracters when inserting a closing paren. Close #133.

This commit is contained in:
Israel Chauca Fuentes
2013-07-09 14:10:28 -04:00
parent 8d133d4726
commit 7ce61655a7
2 changed files with 4 additions and 2 deletions

View File

@@ -24,6 +24,8 @@ let g:delimitMate_autoclose = 1
# Handle backspace gracefully.
set backspace=
"(\<Esc>a\<BS>x" "(x)"
# closing parens removes characters. #133
"(a\<Esc>i)" "()a)"
# Add semicolon next to the closing paren. Issue #77.
new