mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 03:04:27 +08:00
my style
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: 21-May-2010.
|
" Last Change: 24-May-2010.
|
||||||
" Version: 0.40
|
" Version: 0.40
|
||||||
" 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.
|
||||||
@@ -1293,7 +1293,7 @@ function! s:zen_toString(...)
|
|||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
let snippet = current.snippet
|
let snippet = current.snippet
|
||||||
if len(current.snippet) <= 0
|
if len(current.snippet) == 0
|
||||||
let snippets = s:zen_getResource(type, 'snippets', {})
|
let snippets = s:zen_getResource(type, 'snippets', {})
|
||||||
if !empty(snippets) && has_key(snippets, 'zensnippet')
|
if !empty(snippets) && has_key(snippets, 'zensnippet')
|
||||||
let snippet = snippets['zensnippet']
|
let snippet = snippets['zensnippet']
|
||||||
|
|||||||
Reference in New Issue
Block a user