mmalcomson

Results 8 comments of mmalcomson

I agree, this looks wrong. (A re-framing of the problem to help anyone looking at this later: imagine a signed _G0 relocation. if X is -2^16 then the NOT pattern...

I may be missing the point completely, but I think it's the same calculation once the runtime limits are enforced. The equation `(global address + 0x100000000 - PC)` would have...

W.r.t. the part of the issue around the gABI referencing section names in the processor supplement (which don't match our section names). I've got the impression from this thread that...

Sorry -- I don't quite follow. I'm talking about the plain `@` and `^` keys, those comments seem to be talking about the`` versions.

Thanks! I appreciate it! Just for my own curiosity, would you mind telling me what those autocommands do? I assume the control characters are setting some terminal option somewhere, but...

Since `zsh` resets some `tty` variables on each new prompt, it seems like it would be good to check that and mention it. (I personally have `if TERM=dumb exec bash`...

Turns out that this is not specific to original vim version 9.0. Rather it seems specific (at least in my config) to running original vim in an `xterm` (as opposed...

N.b. am not sure this is possible given that text objects in other plugins seem to have the same problem.