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
endif
call LogMsg('result indent: '.ind)
call LogMsg('indent: '.ind)
return ind
endfunction
@@ -185,9 +185,8 @@ function! GetVueCurrentTag()
endfunction
function! LogMsg(msg)
echom 'debug'
if s:debug
echom '['.s:name.'] '.a:msg
echom '['.s:name.']['.v:lnum.'] '.a:msg
endif
endfunction