summaryrefslogtreecommitdiffstats
path: root/runtime/ftplugin/html.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-09-13 21:20:47 +0000
committerBram Moolenaar <Bram@vim.org>2005-09-13 21:20:47 +0000
commitf75a963eea9a893bb60c0b8eb425b2161de4919f (patch)
tree60f6d73ec091dc053cdaf4a0c0dc2f5465ef3359 /runtime/ftplugin/html.vim
parent5e0d6678adf1dfff841acdd7f7424d565e63fbcc (diff)
updated for version 7.0146
Diffstat (limited to 'runtime/ftplugin/html.vim')
-rw-r--r--runtime/ftplugin/html.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/ftplugin/html.vim b/runtime/ftplugin/html.vim
index 80b04cdc31..4f7e97daf9 100644
--- a/runtime/ftplugin/html.vim
+++ b/runtime/ftplugin/html.vim
@@ -14,6 +14,8 @@ set cpo-=C
setlocal commentstring=<!--%s-->
+setlocal omnifunc=htmlcomplete#CompleteTags
+
" HTML: thanks to Johannes Zellner and Benji Fisher.
if exists("loaded_matchit")
let b:match_ignorecase = 1