neatvi icon indicating copy to clipboard operation
neatvi copied to clipboard

A small vi/ex editor for editing bidirectional UTF-8 text

Results 25 neatvi issues
Sort by recently updated
recently updated
newest added

If anybody is interested in customizing this editor and adding extra features, I have uploaded my personal version here: https://github.com/kyx0r/nextvi . I did quite a few changes that I felt...

I have GCC 12 on my system, and compiling neatvi triggered these warnings ``` cc -c -Wall -O2 reg.c reg.c: In function ‘reg_putraw’: reg.c:21:18: warning: array subscript [-128, 255] is...

"Perform self-tests (if any). The user must build the program before running the tests, but need not install the program; you should write the self-tests so that they work when...

Clang version 1000.11.45.5 on macOS Mojave (10.14.3), X86 64 bit warns variable i might not be initialized and recommends parentheses around the && expression.

There is a BiDi/RTL [standardization effort](https://terminal-wg.pages.freedesktop.org/bidi/). And it is already supported by VTE library (not yet released though), see https://terminal-wg.pages.freedesktop.org/bidi/implementations.html#vte See also https://gist.github.com/XVilka/a0e49e1c65370ba11c17 for tracking other terminals and programs.

Hi. and thank you so much for this great repository. I compiled neatvi with default settings. But i realized that farsi characters shaping only works in st terminal emulator: I've...