Wind

Results 163 comments of Wind

I can't reproduce it on mac.. > I'm guessing it's some kind locking/BUSY state thing. Yeah I think so. So it can be only reproduced on windows

I'm using `ctrl+j` for `inseert_newline`, because it's the same to emacs :) But yeah I think it's good to have a keybinding for `insert_newline` in default config.

Closing the issue because the question is answered.

Yeah. @Bahex is going to implement such feature in #16074. I'd like to close the issue because it's answered :-)

To be honest I don't agree. > Allow redirecting the output multiple times. This will be really complicated when using pipling external commands' output to next command. The output stream...

I think it's better to make it a opt-in. Just like what python does: https://docs.python.org/3/library/pathlib.html#pathlib.PurePath.relative_to > PurePath.relative_to(other, walk_up=False)

Closing the issue because the question is answered.

Hmm, it seems that the runtime is *increased* in relatively small table, here is my testing result: ``` # patch (release) 509 # main (release) 415 ``` In my case...

Actually it scales better, the performance decreased only when the input is small, just because in that case the overhead is larger

Closing the issue because the question is answered. But personally I think custom completion in plugin is still missing. Which requires changing protocol.