Tom Dalziel

Results 125 comments of Tom Dalziel

Probably. My point isn't that someone has to work out what that list is. My point is that someone has to go through every equivalent in evil and tag it,...

I'm not sure this is an evil bug. It looks like this binding is caused by `text-scale-adjust` doing `set-transient-map` and for some reason that map being less transient than you'd...

Cool, sounds interesting. What URL do I git clone?

@monnier are you sure that branch is there/accessible? I get ``` Cloning into 'elpa'... warning: Could not find remote branch scratch/evil to clone. fatal: Remote branch scratch/evil not found in...

I've brought this in as a branch on evil and opened a PR, linked. You'll see there are 3 failed tests. Please take a look when convenient - I'm not...

@Tekki how about the fix in https://github.com/tomdl89/evil/commit/724a36222d5711546fff9dda188becfcb9fa9da5 ?

Possibly, but `"Wrong type argument: commandp, tab-window-detach"` isn't super clear to many users, and there are plenty of vim commands that we haven't implemented yet, which appear as undefined keybinding...

Thanks for the bug report. I'm almost certain that will have been caused by https://github.com/emacs-evil/evil/commit/e0e68d006320557a34c72102cd08c421fbf68ce5 which inadvertently ended support for offset search patterns for global delete. I will (partially, hopefully)...

Thanks for the bug report. Seeing as you're no stranger to elisp yourself, I'd encourage you to submit a PR if you have the time/inclination. I'm happy to help with...

It's an interesting idea, but I think it'd be best practice to prefix them all with `evil-` if we supply (and `require`) the functions as part of evil. I guess...