Skip to content

Commit dfc6063

Browse files
committed
fix xml parse. close mattn#25
1 parent 575859a commit dfc6063

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

autoload/webapi/xml.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ function! s:parse_tree(ctx, top)
241241
if len(stack) " TODO: checking whether opened tag is exist.
242242
call remove(stack, -1)
243243
endif
244-
let a:ctx['xml'] = m[9]
245244
continue
246245
endif
247246

0 commit comments

Comments
 (0)