dundargoc

Results 302 comments of dundargoc

Hmm, not a fan of these one-off scripts personally. Feel the scripts in contrib have a high risk of rotting. Could we instead change something internal in vim so that...

Conscious decision: https://github.com/neovim/neovim/pull/18594 That commit message is weak, but basically we noticed people would automatically gravitate to using "chore" because it's such a nothing-type that works with everything, even if...

We could reintroduce `chore`, I don't really mind. We can also either remove the news.txt workflow, or make it clearer in the message that that particular workflow is just a...

@3N4N Sure. Not really experienced with powershell on linux, but can give it a shot

Why are we even testing on powershell on non-windows? We have different expected results for windows and non-windows, so we can't rely on the non-windows powershell to align with the...

Maybe I'm misunderstanding the tests, but I interpreted this to mean we're expecting different results based on OS: ```lua feed(':4verbose %w !sort') if is_os('win') then screen:expect{ any=[[Executing command: .?sort %<...

Hmm, you're right, my bad. But we seem to have other [powershell tests](https://github.com/3N4N/neovim/blob/test/make_filter_cmd/test/functional/vimscript/system_spec.lua#L642-L652) with different expected results?

Tests passed, but needs squash/commit message change.

sds doesn't work on windows by default. Very based. From the looks of it it doesn't particularly well-maintained either.