Stefan Holderbach
Stefan Holderbach
I kind of think we should decouple `select`'s behavior from the changes we plan to make to get a better cell path output. @aionescu do you want to implement the...
> Should I add them all to this PR, or make a separate one? Whatever is practical to you, if you want to update the `select` tests a few times...
Yes our `EditCommand` operations are all infallible at the moment so they will never say that they were not handled. Here all roads lead to `EventStatus::Handled`. https://github.com/nushell/reedline/blob/b1344f6a653b7c37154a1dd79b3c4e34afe6cfc9/src/engine.rs#L1148-L1190 To allow more...
This should be closed by #867
I think this is a subissue of the regression observed in #8471. So the changes to the aliases do not play nice with the completions yet.
Let's merge the larger stuff to unblock #13731. We can refine the error messages soon enough in a separate PR
Thanks for pushing that issue forward, has since been superseded by #16193
To clarify: which operations in your mind should touch the system clipboard? - Should every operation (e.g. `dd`, `x`) reach into the clipboard - Just a subset (`y...` as explicit...
What `from html` should do is not at all straightforward to decide for us, there are vastly different expectations what we should extract: e.g. - the full DOM as a...
Underscores ([`U+005F`/"Low line"](https://util.unicode.org/UnicodeJsps/character.jsp?a=_&B1=Show)) are considered part of a word according to the [Unicode recommendations](http://www.unicode.org/reports/tr29/#WB13a) and the [default behavior of vim](https://vimhelp.org/options.txt.html#%27iskeyword%27), thus we followed that precedent. I agree that with longer...