This commit is contained in:
mattn
2013-06-17 16:32:05 +09:00
parent 53e8b80dfd
commit 0b37e09e5e

View File

@@ -1,7 +1,7 @@
"=============================================================================
" File: zencoding.vim
" Author: Yasuhiro Matsumoto <mattn.jp@gmail.com>
" Last Change: 10-Jun-2013.
" Last Change: 17-Jun-2013.
" Version: 0.75
" WebPage: http://github.com/mattn/zencoding-vim
" Description: vim plugins for HTML and CSS hi-speed coding.
@@ -66,7 +66,7 @@
" GetLatestVimScripts: 2981 1 :AutoInstall: zencoding.vim
" script type: plugin
if &cp || v:version < 702 | (exists('g:loaded_zencoding_vim') && g:loaded_zencoding_vim)
if &cp || v:version < 702 || (exists('g:loaded_zencoding_vim') && g:loaded_zencoding_vim)
finish
endif
let g:loaded_zencoding_vim = 1