From a722f513e1536b2f5abb0d55ca9f86555bc3c038 Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 18 Nov 2010 12:24:21 +0900 Subject: [PATCH] use omnifunc. --- plugin/zencoding.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/zencoding.vim b/plugin/zencoding.vim index 7464f4c..251495d 100644 --- a/plugin/zencoding.vim +++ b/plugin/zencoding.vim @@ -1,7 +1,7 @@ "============================================================================= " File: zencoding.vim " Author: Yasuhiro Matsumoto -" 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')