takac / vim-hardtime

Plugin to help you stop repeating the basic movement keys
MIT License
826 stars 30 forks source link

HardTimeToggle invalid variable error #30

Closed tjbrn closed 8 years ago

tjbrn commented 8 years ago

If g:hardtime_default_on = 0, when calling HardTimeToggle will result in a invalid variable error. Chaging g:hardtime_on to b:hardtime_on in HardTimeToggle function shoud fix this error.