FriedSock / smeargle

Vim plugin for colouring the text background based on information mined from git
54 stars 1 forks source link

smeargle_colour_timeout #3

Closed bettse closed 10 years ago

bettse commented 10 years ago

I had a few questions about the timeout. What unit is smeargle_colour_timeout in? Can it handle floats? And the readme says it defaults to 1 second, but https://github.com/FriedSock/smeargle/blob/master/plugin/smeargle.vim#L75 has it being set to 5 is that a different unit?

FriedSock commented 10 years ago

It is in seconds, that is a mistake in the readme, ill update it. And yes it can handle floats.

bettse commented 10 years ago

Cool, Thank you! :rocket: