Skip to content

Commit

Permalink
Fix: extra space inserted after <Space> expansion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raimondi committed Jun 6, 2010
1 parent 61cc934 commit 739a3e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autoload/delimitMate.vim
Expand Up @@ -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>"
Expand Down

0 comments on commit 739a3e6

Please sign in to comment.