This commit is contained in:
mattn
2012-05-31 19:26:40 +09:00
parent 04b34844f1
commit d484c131b9

View File

@@ -596,7 +596,7 @@ function! zencoding#getSnippets(type)
if len(type) == 0 || !has_key(s:zen_settings, type)
let type = 'html'
endif
return s:zen_getResource(type, 'snippets', {})
return zencoding#getResource(type, 'snippets', {})
endfunction
function! zencoding#CompleteTag(findstart, base)