Skip to content

Commit

Permalink
update void element list
Browse files Browse the repository at this point in the history
  • Loading branch information
othree committed Sep 8, 2010
1 parent f32be57 commit a5c7368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/htmlcomplete.vim
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ function! htmlcomplete#CompleteTags(findstart, base)
endif
" }}}
" Close tag {{{
let b:unaryTagsStack = "base meta link hr br param img area input col"
let b:unaryTagsStack = "area base br col command embed hr img input keygen link meta param source wbr"
if context =~ '^\/'
if context =~ '^\/.'
return []
Expand Down

0 comments on commit a5c7368

Please sign in to comment.