Fix: extra space inserted after <Space> expansion.

This commit is contained in:
Israel Chauca Fuentes
2010-06-06 02:51:30 -05:00
parent 61cc934b68
commit 739a3e606c

View File

@@ -490,8 +490,6 @@ function! delimitMate#ExpandSpace() "{{{
return "\<Space>"
endif
if delimitMate#WithinEmptyPair()
" Expand:
call insert(b:delimitMate_buffer, 's')
" Expand:
call insert(b:delimitMate_buffer, 's')
return delimitMate#WriteAfter(' ') . "\<Space>"