mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
Version guard
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
"=============================================================================
|
"=============================================================================
|
||||||
" File: zencoding.vim
|
" File: zencoding.vim
|
||||||
" Author: Yasuhiro Matsumoto <mattn.jp@gmail.com>
|
" Author: Yasuhiro Matsumoto <mattn.jp@gmail.com>
|
||||||
" Last Change: 13-Feb-2013.
|
" Last Change: 10-Jun-2013.
|
||||||
" Version: 0.75
|
" Version: 0.75
|
||||||
" WebPage: http://github.com/mattn/zencoding-vim
|
" WebPage: http://github.com/mattn/zencoding-vim
|
||||||
" Description: vim plugins for HTML and CSS hi-speed coding.
|
" Description: vim plugins for HTML and CSS hi-speed coding.
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
" GetLatestVimScripts: 2981 1 :AutoInstall: zencoding.vim
|
" GetLatestVimScripts: 2981 1 :AutoInstall: zencoding.vim
|
||||||
" script type: plugin
|
" script type: plugin
|
||||||
|
|
||||||
if &cp || (exists('g:loaded_zencoding_vim') && g:loaded_zencoding_vim)
|
if &cp || v:version < 702 | (exists('g:loaded_zencoding_vim') && g:loaded_zencoding_vim)
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
let g:loaded_zencoding_vim = 1
|
let g:loaded_zencoding_vim = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user