Skip to content

Commit b7e6d74

Browse files
committed
Update TODO.
1 parent ac935b6 commit b7e6d74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

TODO.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ _This todo list describes ChrisAnt996's current intended roadmap for Clink's fut
99
## High Priority
1010

1111
## Normal Priority
12+
- [ ] `rem` colors the rest of the input line as description, but it's just cosmetic:
13+
- [ ] Other classifiers can still run and overwrite the colors. For example any `&` in the `rem` text are colored as though they are command separators, but they really are not.
14+
- [ ] Other argmatchers run after `&` in the input line. But CMD treats the rest of the input line as part of the `rem` command, regardless of command separators or etc.
1215
- Completion sometimes doesn't work. In the rare cases where I've experienced this, there were no matches at all.
1316
- ~~Maybe the repro is to queue up typing before the prompt, so that when the prompt shows it starts a coroutine to generate matches (e.g. for suggestions) but then typing and `TAB` is processed while the matches coroutine is already running?~~
1417
- I tried forcing several different race conditions, and none of them could reproduce the issue. It happens only very rarely, so until I can find more detailed context, I can't even tell if it's a recent regression or if it only occurs in a certain configuration. But my guess is it's either a recent regression, or an issue exposed/exacerbated by recent features.

0 commit comments

Comments
 (0)