Jeffrey H. Johnson

Results 106 issues of Jeffrey H. Johnson

- Similar to `DUMA_NO_GLOBAL_MALLOC_FREE`, it would be really nice if there were a `DUMA_NO_GLOBAL_NEW_DELETE` option, which would disable the DUMA implementations of `new`, `new[]`, `delete`, and `delete[]` from being included...

enhancement
low-priority
TODO-import

* [stacktrace/printStackTrace.cpp:L51](https://github.com/johnsonjh/duma/blob/672ad9b027776fcfad8b474d1c863f700b5797db/stacktrace/printStackTrace.cpp#L51)

issue-tracking

* [duma.h:L110](https://github.com/johnsonjh/duma/blob/4f3d2f770bbade91a3796b8ebeee2fa74c95b435/duma.h#L110)

issue-tracking

I override `vi`, `vim`, and `nvim` with a local version (if available). The following is the relevant segments from `.zshrc`: ```shell export VARERR='Error: Variable is not set.' export EDITOR="/opt/nvim/bin/nvim" if...

Improvement
syntax:command-word

Display corruption after completion when numbering. To reproduce: 1. Open a file that uses all visible screen lines. ![Screenshot from 2022-02-26 22-02-35](https://user-images.githubusercontent.com/61629094/155866456-f7f04703-6e9a-4b05-bef3-69287a849af1.png) 2. `:set filec=^ num` ![Screenshot from 2022-02-26 22-03-15](https://user-images.githubusercontent.com/61629094/155866464-c3b706e9-7207-4767-92a4-4c2a49177321.png)...

### Provide a detailed description of the proposed feature Support calling an external compressor for bottles, such as zopfli or pigz. ### What is the motivation for the feature? Would...

help wanted
features

For the DOS port, this allows for easier cross-compilation using a local DJGPP toolchain from UNIX. I do this so I can build from OpenBSD or Linux simply using: ```sh...

Will allow to remove need for `CHOWN=true`, as used in the [Homebrew formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/openvi.rb), etc.

enhancement
low priority

To reproduce `:e ~/^I` or `:e *^I`. Affects OpenVi, OpenBSD vi. nvi 1.8x dumps core. Example of directory with file named "`file with spaces`": Nvi 1.81-current: ![Screenshot from 2022-02-27 18-08-00](https://user-images.githubusercontent.com/61629094/155903860-07c0cc4c-0dc6-4c7a-bb47-913263e6bd94.png)...

bug
help wanted

Example: https://user-images.githubusercontent.com/61629094/153507022-928bebe5-b53b-432f-9561-2be43c91e306.MOV

bug
help wanted