diff --git a/plugin/sleuth.vim b/plugin/sleuth.vim index 4a77e92..8cb3730 100644 --- a/plugin/sleuth.vim +++ b/plugin/sleuth.vim @@ -78,9 +78,6 @@ function! s:apply_if_ready(options) abort for [option, value] in items(a:options) call setbufvar('', '&'.option, value) endfor - if &verbose - echomsg string(a:options) - endif return 1 endif endfunction