Commented out a debugging output

I kinda forgot to remove that in the previous
commit tehe~
This commit is contained in:
Talia 2017-10-20 09:57:34 +02:00
parent cf9ffa6148
commit 98e757172b
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -158,7 +158,7 @@ function! s:updateWUC()
end
let str = "\\<".escape(expand("<cword>"), "\\")."\\>"
let b:hlwuc = matchadd("Underlined", str)
echom str
"echom str
endfunc
function! s:toggleWUC()
augroup hlwuc