remove echom
This commit is contained in:
parent
2fee2be992
commit
f00823714c
1
init.vim
1
init.vim
|
@ -181,7 +181,6 @@ function! ToggleHighlights() abort "{{{
|
||||||
let b:toggle_highlights_state = ! b:toggle_highlights_state
|
let b:toggle_highlights_state = ! b:toggle_highlights_state
|
||||||
endif
|
endif
|
||||||
|
|
||||||
echom 'state: ' . b:toggle_highlights_state
|
|
||||||
if b:toggle_highlights_state == 1
|
if b:toggle_highlights_state == 1
|
||||||
hi! link Comment None
|
hi! link Comment None
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue