Maxime Coste

Results 177 comments of Maxime Coste

Hello, Sorry for the huge delay in revewing that, can you add a copyright waiver commit to it ? (see the CONTRIBUTING file) ?

Hello I am very late in reviewing this, sorry about that, it seems to break the `do-keyword` test in `indent/ruby` can you check that and either update the test or...

Yeah, I think I will implement that, because it seems pretty useful, and I realized we only need to store selection changes from the last buffer change (they are not...

Yeah, I think I will implement that, because it seems pretty useful, and I realized we only need to store selection changes from the last buffer change (they are not...

Limiting region highlighters matches to single line is an essential part of having both fast and correct region highlighting. Kakoune keeps a cache of region delimiter matches and only updates...

I wonder if this is the right approach to fix this issue, the module system was designed to avoid filename centric design and I am worried this change essentially introduces...

The other way around should work as well: `x` followed by `J` a bunch of times will select full lines.

I think a better way to fix that would be to go back to the initial design where we get two prompts, one for opening, one for closing, so the...

Hello, I am hesitating about this change, I am not really keen on duplicating the # register just to chose the initial offset. Here I usually solve that with my...

I dont think we should fail on load time, but `detection.kak` could fallback to a `terminal` alias that does fail with such a message. Not having windowing support is fine,...