commit | cef9dcc37ef6dce3d98cf1550c3731fff9d451b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 06 19:50:41 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 06 19:50:41 2005 +0000 |
tree | 1ed76e3b15dfd3280a92cf0699d5c851730f09bd | |
parent | 943d2b5b80e81d2b089bd6ca391a5fcbaccdde24 [diff] |
updated for version 7.0163
diff --git a/runtime/autoload/htmlcomplete.vim b/runtime/autoload/htmlcomplete.vim index bd138e6..806eb52 100644 --- a/runtime/autoload/htmlcomplete.vim +++ b/runtime/autoload/htmlcomplete.vim
@@ -463,7 +463,7 @@ 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