mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-02-10 11:41:40 +08:00
Fix: extra space inserted after <Space> expansion.
This commit is contained in:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user