v2.0.2
版本发布时间: 2020-02-26 10:09:20
zyedidia/micro最新发布版本:nightly(2020-07-06 04:43:25)
Micro v2.0.2.
This release contains search and replace improvements, changes to some default options, and bug fixes regarding syntax highlighting and multiple cursors.
- Search and replace improvements:
- Regex capture groups are now supported in the
replace
command. Examples:> replace "(foo)" "$1-bar" > replace "(foo)" "${1}-bar" > replace "(?P<group>foo)" "$group-bar" > replace "(?P<group>foo)" "$group-bar" > replace "(?P<key>\w+):\s+(?P<value>\w+)$" "$key=$value"
- Search and replace will only take effect in the current selection if one exists.
- Regex capture groups are now supported in the
- Option changes:
- New
xterm
option (off by default) to force micro to believe the current terminal isxterm-256color
. Please use with caution. - Make
eofnewline
on by default. - Make
autosu
off by default. - Make
fastdirty
off by default.
- New
- Correct version info for snap builds.
- Bug fixes (and a new test suite for text transformation correctness).
1、 micro-2.0.2-osx.tar.gz 5.12MB
2、 micro-2.0.2-linux64.tar.gz 4.94MB
3、 micro-2.0.2-linux64-static.tar.gz 4.92MB
4、 micro-2.0.2-linux32.tar.gz 4.65MB
5、 micro-2.0.2-linux-arm.tar.gz 4.63MB
6、 micro-2.0.2-linux-arm64.tar.gz 4.54MB
7、 micro-2.0.2-freebsd64.tar.gz 4.92MB
8、 micro-2.0.2-freebsd32.tar.gz 4.65MB
9、 micro-2.0.2-openbsd64.tar.gz 4.87MB
10、 micro-2.0.2-openbsd32.tar.gz 4.6MB
11、 micro-2.0.2-netbsd64.tar.gz 4.87MB
12、 micro-2.0.2-netbsd32.tar.gz 4.6MB
13、 micro-2.0.2-win64.zip 4.79MB
14、 micro-2.0.2-win32.zip 4.52MB