After dynamic prompts is installed, we can get wildcard autocompletion in the prompt box. It works most of time except there are colons ":" in the prompts, it will just cuts off the prompt, only offer the text after the first colon.
To Reproduce
using this test file:
$cat test.txt
1girl, trailblazer \(honkai: star rail\), honkai star rail
Expected behaviour
Autocomplete offer the whole prompt: 1girl, trailblazer \(honkai: star rail\), honkai star rail
Captures
Here is the autocomplete shows for the test.txt before apply
Describe the bug
After dynamic prompts is installed, we can get wildcard autocompletion in the prompt box. It works most of time except there are colons ":" in the prompts, it will just cuts off the prompt, only offer the text after the first colon.
To Reproduce
using this test file:
Expected behaviour
Autocomplete offer the whole prompt:
1girl, trailblazer \(honkai: star rail\), honkai star rail
Captures
Here is the autocomplete shows for the test.txt before apply
Here is the autocomplete result after apply