v1.1.16
Pre-release
Pre-release
This is a release candidate build; an official release build is likely to arrive before Jan 1.
This release candidate build seems to be working very well for me, even when copied into an existing Cmder\vendor\clink directory. Be sure to make a backup copy of your Cmder installation before copying Clink into an existing Cmder installation!
Highlights for v1.1.16:
- Added
match.ignore_accent
setting (enabled by default) that ignores Latin alphabet diacriticals when completing matches (e.g.ä
matchesa
,ı
matchesi
,ł
matchesl
, etc). - Fixed #42 history lines are split on special characters.
- Fixed #41 Enable custom doskey handling of
..
and-
. - Fixed Readline bug inserting dir matches;
\win_ foo
(cursor at_
) would become\Windows\\_ foo
. - Fixed the
quoted-insert
command to insert just\x1b
when ESC is pressed.