Daniel Thau
Daniel Thau
Not sure what order you'll view these in, so I'm going to prefix all of the recent issues you've made with: I've got a skybison 2.0 ~90% done with _many_...
I was not able to come up with any way to effectively do `:nohl` in a function. As `:help :nohl` points out, autocmds are also not a viable solution. Trying...
Hmmmmm. It may be possible to implement those. I can get a list of cmdline abbreviations and mappings via `:redir`, then after the input loop over them and see if...
Looks like another option I have to implement this is to use `maparg()` or `mapcheck()`, both of which should tell me if a given string has a mapping (and I...
I've never seen that before, and I'm not sure how I could go about reproducing that without more information. Mind helping to narrow down what's causing it? Does it happen...
Bedrock Linux users with Clear Linux strata are hit by a very similar error message. It might be for the same reason. `grep`ing through the manifests: ``` # grep d8a2055000d9ff84e01c64622fe3ead8c324164273abce439513803345ffc4e5...
I'm certainly sympathetic to the desire to avoid scope creep and retain the constraint that, if multiple service managers are installed, the user must specify which. I don't intend to...
> Thanks @paradigm and @LoganDark for all of the wonderful feedback and insight! I really value this kind of stuff, and it's already highlighted an area (`auto detection`) that I...
`busybox` provides both `runit`-style `runsvdir` and SysV-style `init`. KISS Linux may use busybox's runit functionality, but another distro may use its SysV functionality. A `busybox` PID 1 binary be like...
The two plugins are intended to do different things. vim-textobj-user is intended as a framework to let you make your own text objects. TextObjectify is intended to (1) extend existing...