Jeffrey H. Johnson

Results 152 comments of Jeffrey H. Johnson

Alternate: https://user-images.githubusercontent.com/61629094/153507371-16ec2f6d-05e2-4379-92e6-3d46c506c10c.MOV

https://github.com/lichray/nvi2/issues/104 same bug.

Confirmed the behavior you noted, comparing OpenBSD 7.2-beta with OpenVi master. I'll look into it and see what is happening. I'm totally not surprised that I broke this (the completion...

Just checking in. Yes, it will use your SHELL from the environment by default for the shell to call for completions. You can override this if you desire. (In the...

On autoconf, I'm also getting a parallel build failure in lib.o on macOS: ```sh [MAKE all] src [MAKE all] src/bfu [LD] src/lib.o [CC] src/bfu/button.o [CC] src/bfu/checkbox.o ld: warning: -arch not...

I think an acceptable way to handle this (at least to me) would be to color aliases that exist, but are not simply parsable as yellow instead of red. This...

I might be able to write a decent patch... I'll give it a shot once I'm in front of a "real" computer, which should be sometime next week, unless someone...

PR #107 is related and a workaround - but not yet a fix. Maybe you'll track it down before me. :)

@mk-f I'm looking at changing this behavior in [OpenVi](https://github.com/johnsonjh/OpenVi) (which is a fork / portable version of OpenBSD's vi, which is based on nvi 1.79). It's more minimal than nvi2...

Using `pigz -11` enables the use of zopfli when creating `.gz` files. On my desktop system here (24-cores), the speed of `pigz -11` isn't terrible compared to non-parallel `gzip`, and...