ne icon indicating copy to clipboard operation
ne copied to clipboard

ne, the nice editor

Results 19 ne issues
Sort by recently updated
recently updated
newest added

See https://stackoverflow.com/questions/17589533/is-an-empty-initializer-list-valid-c-code ``` > char buffer[8192] = {} error 360 in line 606 of "support.c": empty initializer aborting...

```c c99 -std=c99 -Wall -Wno-parentheses -fno-strict-aliasing -flto=auto -ffat-lto-objects -Wp,-D_FORTIFY_SOURCE=2 -D_REGEX_LARGE_OFFSETS -D_GNU_SOURCE -DSTDC_HEADERS -DHAVE_SNPRINTF -O3 -DNDEBUG -c -o syntax.o syntax.c In file included from ne.h:31, from syntax.c:22: syntax.c: In function 'parse_color_def':...

I like to name my macros with long names, like delete-trailing-whitespace or select-para. If I bind them to a keyboard shortcut, everything works fine (like select-para), but if they're only...

Ah ha! Regarding my ~/.ne/.keys file: somehow, I managed to miss the line in [the key binding docs](https://ne.di.unimi.it/docs/Key-Bindings.html) where it says: > "You can write just the hexadecimal digits, nothing...

I posted a question about this to the forum, but thought it deserved a ticket here. It would be useful if, after a paste, if ne could automatically move the...

https://github.com/vigna/ne/blob/5c079f0fccd6244925385aa4bb055fbc776a8c42/doc/ne.texinfo#L6278

**Problem:** In UI-driven package managers or at services like alternativeto.net it *ne* is usually represented without a logo or icon. While it will be no problem for people compiling it...

I've asked about this before, but I thought it would be good to have this on Github. When editing files with characters that get modified by zero-length characters (like in...

Could you use the [xdg base dir spec](http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html) or add an env variable to specify the location of `.ne` directory?

This Pull Request introduces a self-maintaining configuration file in order to abbreviate the process of incrementing the current version number in multiple files. This configuration file was already mentioned in...