forked from VimPlug/emmet-vim
oops.
This commit is contained in:
@@ -596,7 +596,7 @@ function! zencoding#getSnippets(type)
|
|||||||
if len(type) == 0 || !has_key(s:zen_settings, type)
|
if len(type) == 0 || !has_key(s:zen_settings, type)
|
||||||
let type = 'html'
|
let type = 'html'
|
||||||
endif
|
endif
|
||||||
return s:zen_getResource(type, 'snippets', {})
|
return zencoding#getResource(type, 'snippets', {})
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! zencoding#CompleteTag(findstart, base)
|
function! zencoding#CompleteTag(findstart, base)
|
||||||
|
|||||||
Reference in New Issue
Block a user