diff options
Diffstat (limited to 'runtime/ftplugin/html.vim')
-rw-r--r-- | runtime/ftplugin/html.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/ftplugin/html.vim b/runtime/ftplugin/html.vim index 80b04cdc3..4f7e97daf 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 |