fish-shell / fish-shell/fish-shell
"normal" syntax coloring sometimes uses color left over from prompt
Open
bug
- Dominant language
- Rust
- Stars
- 34.2k
- Forks
- 2.4k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 13
Description
To reproduce, type the following at a prompt, then press the up arrow:
```fish
function fish_prompt
set_color green
printf 'prompt> '
end
set -l fish_color_command normal
set -l fish_color_param normal
```
Recording: https://asciinema.org/a/297139
Contributor guide
Assessment
This issue has not been assessed yet.