Commented out a debugging output
I kinda forgot to remove that in the previous commit tehe~
This commit is contained in:
parent
cf9ffa6148
commit
98e757172b
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -158,7 +158,7 @@ function! s:updateWUC()
|
||||||
end
|
end
|
||||||
let str = "\\<".escape(expand("<cword>"), "\\")."\\>"
|
let str = "\\<".escape(expand("<cword>"), "\\")."\\>"
|
||||||
let b:hlwuc = matchadd("Underlined", str)
|
let b:hlwuc = matchadd("Underlined", str)
|
||||||
echom str
|
"echom str
|
||||||
endfunc
|
endfunc
|
||||||
function! s:toggleWUC()
|
function! s:toggleWUC()
|
||||||
augroup hlwuc
|
augroup hlwuc
|
||||||
|
|
Loading…
Reference in a new issue