use omnifunc.

This commit is contained in:
mattn
2010-11-18 12:24:21 +09:00
parent 295bceb85a
commit a722f513e1

View File

@@ -1,7 +1,7 @@
"=============================================================================
" File: zencoding.vim
" Author: Yasuhiro Matsumoto <mattn.jp@gmail.com>
" Last Change: 10-Nov-2010.
" Last Change: 18-Nov-2010.
" Version: 0.48
" WebPage: http://github.com/mattn/zencoding-vim
" Description: vim plugins for HTML and CSS hi-speed coding.
@@ -79,7 +79,7 @@ if !exists('g:zencoding_debug')
endif
if exists('g:use_zen_complete_tag') && g:use_zen_complete_tag
setlocal completefunc=zencoding#CompleteTag
setlocal omnifunc=zencoding#CompleteTag
endif
if !exists('g:user_zen_leader_key')