Closed elliottt closed 3 years ago
I noticed that when I start vim it printed 50. After bisecting through my plugins, I found that the print in init was the source of the print.
50
init
This PR guards that print with M.debug, so that you only see it when that option is enabled.
M.debug
it's already fixed by #2 but thanks anyway :)
Nice, looking forward to updating!
I noticed that when I start vim it printed
50
. After bisecting through my plugins, I found that the print ininit
was the source of the print.This PR guards that print with
M.debug
, so that you only see it when that option is enabled.