We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575859a commit dfc6063Copy full SHA for dfc6063
1 file changed
autoload/webapi/xml.vim
@@ -241,7 +241,6 @@ function! s:parse_tree(ctx, top)
241
if len(stack) " TODO: checking whether opened tag is exist.
242
call remove(stack, -1)
243
endif
244
- let a:ctx['xml'] = m[9]
245
continue
246
247
0 commit comments