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