From 69970b16212e36cd5a9cdc2fee29b8dc50e387ab Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 9 Mar 2010 02:46:00 +0900 Subject: [PATCH] remove cursor mark. --- zencoding.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/zencoding.vim b/zencoding.vim index b1d71c5..f635af5 100644 --- a/zencoding.vim +++ b/zencoding.vim @@ -1592,6 +1592,7 @@ function! s:zen_anchorizeURL(flag) let a.attr['href'] = url let a.value = '{' . title . '}' let expand = s:zen_toString(a, 'html', 0, '') + let expand = substitute(expand, '\${cursor}', '', 'g') else let body = strpart(content, stridx(content, '')) let body = s:get_text_from_html(body)