chore: update log message

This commit is contained in:
yemai
2019-05-21 11:50:40 +08:00
parent 6020f11232
commit ae2ce7bd8c

View File

@@ -136,7 +136,7 @@ function! GetVueIndent()
let ind = 0 let ind = 0
endif endif
call LogMsg('result indent: '.ind) call LogMsg('indent: '.ind)
return ind return ind
endfunction endfunction
@@ -185,9 +185,8 @@ function! GetVueCurrentTag()
endfunction endfunction
function! LogMsg(msg) function! LogMsg(msg)
echom 'debug'
if s:debug if s:debug
echom '['.s:name.'] '.a:msg echom '['.s:name.']['.v:lnum.'] '.a:msg
endif endif
endfunction endfunction