Skip to content

Commit fcc25ee

Browse files
danielshahafphy1729
authored andcommitted
changelog: Note the effect of fixing zsh-users#245/zsh-users#90 and an alternative.
1 parent fae8cd8 commit fcc25ee

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

changelog.md

+21
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,27 @@ in this area.
292292
(0a9b347483ae)
293293

294294

295+
# Changes in version 0.5.0
296+
297+
298+
## Incompatible changes:
299+
300+
- An unsuccessful completion (a <kbd>⮀ Tab</kbd> press that doesn't change the
301+
command line) no longer causes highlighting to be lost. Visual feedback can
302+
alternatively be achieved by setting the `format` zstyle under the `warnings`
303+
tag, for example,
304+
305+
zstyle ':completion:*:warnings' format '%F{red}No matches%f'
306+
307+
Refer to the [description of the `format` style in `zshcompsys(1)`]
308+
[zshcompsys-Standard-Styles].
309+
310+
(#90, part of #245, XXXXXXXXXXXX)
311+
312+
[zshcompsys-Standard-Styles]: http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Standard-Styles
313+
314+
315+
295316
# Changes in version 0.4.1
296317

297318
## Fixes:

0 commit comments

Comments
 (0)