File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,27 @@ up to 952a97dbc99a54bd86141b7a57625e748941a937 + 0.4.1
3
3
4
4
5
5
6
+ # Changes in version 0.5.0
7
+
8
+
9
+ ## Incompatible changes:
10
+
11
+ - An unsuccessful completion (a <kbd >⮀ Tab</kbd > press that doesn't change the
12
+ command line) no longer causes highlighting to be lost. Visual feedback can
13
+ alternatively be achieved by setting the ` format ` zstyle under the ` warnings `
14
+ tag, for example,
15
+
16
+ zstyle ':completion:*:warnings' format '%F{red}No matches%f'
17
+
18
+ Refer to the [ description of the ` format ` style in ` zshcompsys(1) ` ]
19
+ [ zshcompsys-Standard-Styles] .
20
+
21
+ (#90 , part of #245 , XXXXXXXXXXXX)
22
+
23
+ [ zshcompsys-Standard-Styles ] : http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Standard-Styles
24
+
25
+
26
+
6
27
# Changes in version 0.4.1
7
28
8
29
## Fixes:
You can’t perform that action at this time.
0 commit comments