diff --git a/zencoding.vim b/zencoding.vim index f4310c6..e67e54f 100644 --- a/zencoding.vim +++ b/zencoding.vim @@ -1456,7 +1456,7 @@ function! s:zen_expandAbbr(mode) range endif silent! exe "normal! ".len(part)."h" if search('\$cursor\$', 'e') - silent! exe "normal! a" . repeat("\", 8) + silent! exe "normal! v7hs" endif endfunction