mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 11:14:26 +08:00
gurd
This commit is contained in:
@@ -66,6 +66,14 @@
|
|||||||
" 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)
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
let g:loaded_zencoding_vim = 1
|
||||||
|
|
||||||
|
let s:save_cpo = &cpo
|
||||||
|
set cpo&vim
|
||||||
|
|
||||||
if !exists('g:zencoding_debug')
|
if !exists('g:zencoding_debug')
|
||||||
let g:zencoding_debug = 0
|
let g:zencoding_debug = 0
|
||||||
endif
|
endif
|
||||||
@@ -123,4 +131,7 @@ function! s:install_plugin()
|
|||||||
endfunction
|
endfunction
|
||||||
call s:install_plugin()
|
call s:install_plugin()
|
||||||
|
|
||||||
|
let &cpo = s:save_cpo
|
||||||
|
unlet s:save_cpo
|
||||||
|
|
||||||
" vim:set et:
|
" vim:set et:
|
||||||
|
|||||||
Reference in New Issue
Block a user