Tom Dalziel

Results 125 comments of Tom Dalziel

Actually what am I talking about. You could give the functions evil prefixes, but bind them to non-prefixed ex commands.

Thanks for the bug report @ankitshahit . I've fixed 2.1 (If there is no text and the cursor is in tag, entire line gets deleted) in master - please check...

@Tekki it's not really comparable to `"` because they are not commonly nested. The usual practice in English prose is to nest alternating `"` and `'` so you'd need two...

Furthermore, if you take an example like this: ``` ( f|oo (bar) ) ``` with the cursor at `|`, you may expect `ci(` to delete what is `(bar)` but it...

@roxma thanks for the PR. As mentioned in the comment, I don't think you need to revert the renaming. Can you add tests for this? I've noticed there are tests...

@dschrempf apologies for the delay. Now fixed in master. Please let me know if you observe otherwise.

Hi @blahgeek thanks for the PR. How does your implementation compare to that in https://github.com/mamapanda/evil-traces? Could code for other highlighting be brought over? Could recommending evil-traces in the readme be...

Ah, and I guess more importantly, does your functionality and that of evil-traces conflict at all?

Thanks @totallyuniquelily I can reproduce this. Will take a look when I get some time.