takac / vim-hardtime

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

Weird errors when trying to use movement keys #15

Closed vendion closed 10 years ago

vendion commented 10 years ago

With vim-hardtime enabled sometimes I see wield error messages like:

E109: Missing ':' after '?'
E15: Invalid expression: TryKey('j') ? 'TryKey('j') ? 'TryKey('j') ? 'TryKey('j') ? 'j' : TooSoon()' : TooSoon()' : TooSoon() : TooSoon()

If I disable vim-hardtime then this does not happen. I see this error come up more when working with splits than anything else.

takac commented 10 years ago

Someone also raised this yesterday. I will revert the offending commit until I can reproduce and fix this. Thanks for raising the issue.

takac commented 10 years ago

Related to comments on 66d355881

tssm commented 10 years ago

Same problem here, but only while editing JavaScipt files. Now it occurs everywhere U.U