Skip to content

Commit

Permalink
Replace $cursor$ regardless of value of 'backspace' setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jk3us committed May 4, 2010
1 parent 0e3cce6 commit 7aef89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zencoding.vim
Expand Up @@ -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("\<c-h>", 8)
silent! exe "normal! v7hs"
endif
endfunction

Expand Down

0 comments on commit 7aef89c

Please sign in to comment.