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 @@ -292,6 +292,27 @@ in this area.
292
292
(0a9b347483ae)
293
293
294
294
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
+
295
316
# Changes in version 0.4.1
296
317
297
318
## Fixes:
You can’t perform that action at this time.
0 commit comments