From c909e11879b846cd153a441f2286a46d9668b238 Mon Sep 17 00:00:00 2001 From: mattn Date: Mon, 15 Mar 2010 13:34:42 +0900 Subject: [PATCH] break. --- zencoding.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zencoding.vim b/zencoding.vim index 3bba919..fcc5e47 100644 --- a/zencoding.vim +++ b/zencoding.vim @@ -1620,7 +1620,7 @@ function! s:zen_balanceTag(flag) return else if tag_name[0] == '/' - let pos1 = searchpos('<' . tag_name[1:] . '[^a-zA-Z0-9]', 'cnW') + let pos1 = searchpos('<' . tag_name[1:] . '[^a-zA-Z0-9]', 'bcnW') call setpos('.', [0, pos1[0], pos1[1], 0]) let pos2 = searchpos('', 'cneW') else