diff --git a/plugin/AutoClose.vim b/plugin/AutoClose.vim index d91ba8b..6e9766d 100644 --- a/plugin/AutoClose.vim +++ b/plugin/AutoClose.vim @@ -454,7 +454,7 @@ function! s:CreateExtraMaps() inoremap =Backspace() inoremap =Delete() if b:AutoCloseExpandSpace - inoremap =Space() + inoremap =Space() endif if len(b:AutoCloseExpandEnterOn) > 0 inoremap =Enter()