From 193b6027c223bd8b5115989b56f939d4cc2a9ae1 Mon Sep 17 00:00:00 2001 From: Israel Chauca Fuentes Date: Tue, 22 Jun 2010 21:01:03 -0500 Subject: [PATCH] Fix #23. --- autoload/delimitMate.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/delimitMate.vim b/autoload/delimitMate.vim index 2fd7e45..9ea923e 100644 --- a/autoload/delimitMate.vim +++ b/autoload/delimitMate.vim @@ -670,7 +670,7 @@ function! delimitMate#ExtraMappings() "{{{ inoremap =delimitMate#BS() " If pair is empty, delete closing delimiter: - inoremap delimitMate#WithinEmptyPair() && !delimitMate#IsForbidden("") ? "\" : "\" + inoremap delimitMate#WithinEmptyPair() ? "\=delimitMate#Del()\" : "\" " Expand return if inside an empty pair: if b:delimitMate_l_expand_cr != 0