From ae2ce7bd8c44f27dd46f287c943700fc942f5af9 Mon Sep 17 00:00:00 2001 From: yemai Date: Tue, 21 May 2019 11:50:40 +0800 Subject: [PATCH] chore: update log message --- indent/vue.vim | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/indent/vue.vim b/indent/vue.vim index fc168e2..266ad27 100644 --- a/indent/vue.vim +++ b/indent/vue.vim @@ -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