niten94
niten94
The bufpane where a rune is entered is passed when `onRune`, `preRune` are called and `unicode/utf8` can be used in plugins, but the parameter and package were not written in...
### Problem description The upstream and package version of `micro` package in Termux is 2.0.14 but 2.0.15-dev is printed as version set in executable file like this when `micro -version`...
BOM is read and written in files if `encoding` option ends in `-bom` in this pull request. There are not much encodings supporting BOM so the encoding has to be...
Some of the changes done in this pull request are written below: 1. Replacing `\` with `\b` in syntax files - The nanorc files where most syntax files originated use...
An internal flag is used, because there is no program available by default on Windows that can be used in place of the `dd` command. I was running `micro -encoding...
`[0-9A-Za-z_]` can be replaced with `\w` like suggested in #3663. The replacement is done with patterns in all syntax files in this pull request, but `sh.yaml` is changed in #3663...
Data in standard input is not read to an empty buffer if there are files specified in command-line arguments like `env | sort | micro .profile`. With this pull request,...