refact: rename hook to 'GetVueTag'

This commit is contained in:
yemai
2019-05-22 15:30:01 +08:00
parent ae2ce7bd8c
commit 2d4cc8cabf

View File

@@ -166,7 +166,7 @@ function! s:SynVueScope(syn)
return a:syn =~? '\v^(vueStyle)|(vueScript)'
endfunction
function! GetVueCurrentTag()
function! GetVueTag()
let lnum = getcurpos()[1]
let cursyns = s:SynsEOL(lnum)
let first_syn = get(cursyns, 0)