Closed rasendubi closed 10 years ago
Didn't know about maparg
, that's really cool. That fix makes this plugin a lot better! Cheers.
I've had to revert this merge as people are having issues with it. See issue #15
I meant reset the branch. Your changes are in dev/enable_mappings branch, pending a fix I will merge it back in to master.
Seems that I finally find a problem. The reason is that if hardtime_default_on is 1, HardTimeOn() will be called on every buffer enter. So there is another bug: if hardtime_default_on is 1, you turn off hardtime in current buffer and then switch back-and-forth to another buffer, hardtime will be enabled again. I've prepared fix for this.
While editing plain text documents, I map j and k keys to gj and gk respectively. However, hardtime ignores them. So, I fixed it.