Matti Niemenmaa
Matti Niemenmaa
In general in shells brace expansion isn't considered part of path globbing, but it's a more generic expansion syntax. For instance `echo x/[ab]/y` will only match the paths `x/a/y` and...
Yeah, I certainly didn't mean to pitch this as a full replacement for #113.
@nixpulvis I believe you're reading too much into the description of st's patch: there's no support for modifying the terminal's screen with an external program — except, you know, in...
I opened #3709 which addresses this the way I've always intended it, i.e. pretty much the way `st` does plus the option to pipe full scrollback instead of only the...
Yeah, apologies for that, it just hasn't been a priority for me. Chris left that interesting suggestion about parallelizing it, which I'd like to look into but it'd require more...
Sounds like you have something worth PRing there, maybe we can get that merged instead of #3709.
@chrisduerr This is the feature request, did you mean to close my PR at #3709 instead?
Note that such advice doesn't propagate through to `;` and `,` even if you set `evil-snipe-repeat-scope` in it as well. If you want to have a different `evil-snipe-repeat-scope` for f/t/F/T...
Chiming in with another case where the current status quo is painful. I'm using Tide together with Flycheck on an application that was bootstrapped with `create-react-app`, i.e. https://github.com/wmonk/create-react-app-typescript. While running...
@fmdkdd If that does work (EDIT: confirmed, it does) then it's certainly more robust, thanks. @cpitclaudel Yes, that's how it works at least as of TSLint 5.9.1. As is easily...