remove cursor mark.

This commit is contained in:
mattn
2010-03-09 02:46:00 +09:00
parent 46fd337636
commit 69970b1621

View File

@@ -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, '</head>'))
let body = s:get_text_from_html(body)