mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-07 21:24:50 +08:00
chore: update log message
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user