Comments
-
Greg Hurrell
Here's what I replied:
Thanks for the message. I hadn't heard about this one before.
My guess is that commit 70a8f9c9 is responsible. Specifically the "hasmapto()" function, which the Vim help describes as:
The result is a Number, which is 1 if there is a mapping that contains {what} in somewhere in the rhs (what it is mapped to) and this mapping exists in one of the modes indicated by {mode}.
So it sees a mapping for CommandTFlush, and so hasmapto() returns 1 and CommandT doesn't get its mapping any more. Will see if I can find a fix.
-
Greg Hurrell
Fixed in commit dfc4e191604. Will mark this one as closed.
-
Greg Hurrell
Status changed:
- From: new
- To: closed
Add a comment
Comments are now closed for this issue.