Thomas Voss

Results 20 comments of Thomas Voss

I would also love this functionality. I’ve added `‘` and `’` to `matchpairs` in my configuration so that `%` works with typographic quotes, but like @rafikdraoui that didn’t get it...

I do, and in the meantime I'm solving it by just using my own datastructure library with two macro calls (as suggested here). It would be nice to be able...

I am experiencing this aswell

I would also really like to have a way to have `-X=ABC` be parsed as giving `-X` the value `=ABC`. Even if that kind of format is supported by other...

Any possibility of this becoming a thing? It feels really weird to not follow the standard `getopt()` behavior here…

I have recently also started using similar behavior with the `column` command to align assignments in vim: Before: int x = 5; double y = 6; After `column -t -s=...

Just bumping this in case it’s been forgotten