Remove debugging info
This commit is contained in:
parent
f3d218c2da
commit
e5b9f940e9
@ -78,9 +78,6 @@ function! s:apply_if_ready(options) abort
|
|||||||
for [option, value] in items(a:options)
|
for [option, value] in items(a:options)
|
||||||
call setbufvar('', '&'.option, value)
|
call setbufvar('', '&'.option, value)
|
||||||
endfor
|
endfor
|
||||||
if &verbose
|
|
||||||
echomsg string(a:options)
|
|
||||||
endif
|
|
||||||
return 1
|
return 1
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user