From 7aef89ccd4007c3b5d70e518b2b2119e8c83a3bf Mon Sep 17 00:00:00 2001 From: Jay Knight Date: Tue, 4 May 2010 10:37:04 -0500 Subject: [PATCH] Replace $cursor$ regardless of value of 'backspace' setting --- zencoding.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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