mirror of
https://github.com/zoriya/vim.git
synced 2026-05-25 07:54:36 +00:00
updated for version 7.0163
This commit is contained in:
@@ -463,7 +463,7 @@ function! htmlcomplete#CompleteTags(findstart, base)
|
||||
|
||||
let tags = g:xmldata_xhtml10s[opentag][0]
|
||||
|
||||
for m in tags
|
||||
for m in sort(tags)
|
||||
if m =~ '^'.context
|
||||
call add(res, m)
|
||||
elseif m =~ context
|
||||
|
||||
Reference in New Issue
Block a user