From 0344448b3af500e193350eb027b37c65b14d94a0 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 25 Nov 2015 07:54:29 -0500 Subject: [PATCH] TW-1729: zsh completion: zregexparse:4: not enough regex argument - Thanks to Daniel Shahaf. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index c03f7ec24..770b1522d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,6 +26,8 @@ errors (thanks to Paul Beckingham). - TW-1723 task info causes segfault (thanks to Roman Golovin). - TW-1724 some commands show color codes when redirected (thanks to Alan Young). +- TW-1729 zsh completion: zregexparse:4: not enough regex argument (thanks to + Daniel Shahaf). - Fixed broken build for Cygwin and older GCC (thanks to Richard Boß). - The default configuration is now 256-color only. - The 'columns' report now shows whether a column is modifiable or read only.