Skip to content

Commit 87398b5

Browse files
committed
Update CHANGES.
1 parent 06ad37e commit 87398b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGES

+3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
- Fixed displaying descriptions when they're left-justified (regression introduced in v1.6.6).
99
- Fixed `argmatcher:chaincommand("run")` to not find argmatchers for builtin CMD command names (since CMD doesn't get invoked in that case, so it won't get interpreted as a CMD command).
1010
- Fixed `argmatcher:chaincommand()` to find an argmatcher for a builtin CMD command even if a directory exists with the same name (since CMD interprets that case as a CMD command).
11+
- Fixed `argmatcher:chaincommand("cmd")` so when `exec.aliases` is enabled it can include aliases as completions.
1112
- Fixed `argmatcher:addarg({loopchars="+", etcetc})` so that `-Q:+x` still gets parsed into two input words `-Q:` and `+x`.
13+
- Fixed to parse `foo^ bar` as two words "foo" and "bar".
14+
- Fixed to recognize `^echo` (etc) as a builtin CMD command name despite embedded `^` characters.
1215
- Fixed [#570](https://github.com/chrisant996/clink/issues/570); fixed #569 more thoroughly, and `cd /d` cannot be used anywhere because it also requires command extensions.
1316

1417
#### v1.6.6

0 commit comments

Comments
 (0)